moved pkgs to home manager
This commit is contained in:
parent
5c01504231
commit
7c5a0393e2
|
@ -78,25 +78,6 @@
|
|||
shell = pkgs.zsh;
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
zsh # shell
|
||||
kitty # terminal
|
||||
tmux # multiplexer
|
||||
nitrogen # wallpapers
|
||||
fzf # fuzzy search
|
||||
i3lock-color # locksreen
|
||||
brave # browser
|
||||
oh-my-zsh # prompt
|
||||
picom # compositoe
|
||||
ranger # file manager
|
||||
superfile # file manager
|
||||
obsidian # notes
|
||||
arandr # manager monitor
|
||||
keepassxc # passwords
|
||||
devdocs-desktop # docs
|
||||
spotify
|
||||
cargo
|
||||
];
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue