codemonauts module with custom overlay
This commit is contained in:
parent
53574aa386
commit
a00e2c9588
3 changed files with 6 additions and 2 deletions
|
@ -18,6 +18,7 @@ in
|
|||
modules/gpg.nix
|
||||
] ++ lib.optionals (config.networking.hostName == "jimbo") [
|
||||
modules/kanshi.nix
|
||||
../secrets/codemonauts.nix
|
||||
];
|
||||
|
||||
gtk = {
|
||||
|
@ -34,6 +35,7 @@ in
|
|||
# e.g. for 1password
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
httpie
|
||||
wdisplays
|
||||
|
@ -54,6 +56,7 @@ in
|
|||
cinnamon.nemo
|
||||
element-desktop
|
||||
signal-desktop
|
||||
nix-output-monitor
|
||||
|
||||
dnsutils
|
||||
mtr
|
||||
|
@ -95,6 +98,8 @@ in
|
|||
packer
|
||||
rocketchat-desktop
|
||||
awscli
|
||||
shared-2fa
|
||||
igproxy-access
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue