Cleanup racknerd

This commit is contained in:
iofq 2024-08-04 22:18:19 -05:00
parent 0108b1a575
commit 58d198e530
14 changed files with 96 additions and 297 deletions

View file

@ -29,9 +29,6 @@
inherit (attrs) username;
};
};
modules = [
./home.nix
./min.nix
];
modules = [./home.nix];
};
}

View file

@ -1,5 +0,0 @@
_: {
home = {
username = "e";
};
}

View file

@ -4,7 +4,9 @@
];
programs.gpg = {
enable = true;
settings = {pinentry-mode = "loopback";};
settings = {
pinentry-mode = "loopback";
};
};
services.gpg-agent = {
enable = true;

View file

@ -12,5 +12,6 @@
gnumake
go
jq
awscli
];
}

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
full
neovim
];
}

View file

@ -13,20 +13,22 @@
steam
prismlauncher
runelite
jdk17
jdk21
# comms
signal-desktop
discord
# apps
chromium
(chromium.override {commandLineArgs = "--load-media-router-component-extension=1";})
pcmanfm
feh
ffmpeg
mpv
vlc
wdisplays
piper
calibre
# font
spleen
@ -47,6 +49,10 @@
hostname = "htz.10110110.xyz";
identityFile = "/home/e/.ssh/id_ed25519";
};
"ocx" = {
hostname = "ocx.10110110.xyz";
identityFile = "/home/e/.ssh/oracle";
};
};
};
fonts.fontconfig.enable = lib.mkForce true;