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