mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
updated afk-cmds pkg
removed AFKCommands moved moonfly plugin to correct location switched from alacritty to st
This commit is contained in:
parent
ca947d62b9
commit
f353281d6b
12 changed files with 107 additions and 301 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue