codemonauts module with custom overlay
This commit is contained in:
parent
53574aa386
commit
a00e2c9588
|
@ -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
|
||||
];
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
home-manager = (import ./nix/sources.nix).home-manager;
|
||||
secretsFile = "/root.key";
|
||||
in
|
||||
{
|
||||
|
|
2
secrets
2
secrets
|
@ -1 +1 @@
|
|||
Subproject commit ccfeeb06bf7ad992c1ba8a69b6823a574b2df5a1
|
||||
Subproject commit f95f11ef38fc4502e72018c522ba4e748bf32796
|
Loading…
Reference in a new issue