Updated unsable
and added dev nixpkgs
This commit is contained in:
parent
09138e72d9
commit
77e2a86231
5 changed files with 46 additions and 38 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, suites, lib, config, nixpkgs-dev, ... }:
|
||||
{ pkgs, suites, lib, config, ... }:
|
||||
{
|
||||
home-manager.users.ccr = { suites, ... }: {
|
||||
imports = with suites; shell ++ base ++ (if config.networking.hostName != "hs" then
|
||||
|
@ -9,7 +9,7 @@
|
|||
home.packages = with pkgs; [
|
||||
ack
|
||||
ranger
|
||||
nixpkgs-dev.umoria
|
||||
umoria
|
||||
] ++ (if config.networking.hostName != "hs" then [
|
||||
imv
|
||||
calibre
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue