updated afk-cmds pkg

removed AFKCommands
moved moonfly plugin to correct location
switched from alacritty to st
This commit is contained in:
ISnortPennies 2022-09-23 22:34:03 -04:00
parent ca947d62b9
commit f353281d6b
12 changed files with 107 additions and 301 deletions

View file

@ -4,7 +4,6 @@
./theme.nix
./git.nix
./neovim
./alacritty.nix
];
programs.home-manager.enable = true;
home = {
@ -12,10 +11,6 @@
homeDirectory = "/root";
stateVersion = "22.11";
file = {
".config/Thunar" = {
source = ./config/Thunar;
recursive = true;
};
".config/neofetch/config.conf" = {
source = ./config/neofetch/config.conf;
recursive = false;