Move some things out of root scope
This commit is contained in:
parent
f9cfa33e66
commit
a6459b8b0e
|
@ -83,6 +83,13 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
tree
|
tree
|
||||||
|
bspwm
|
||||||
|
sxhkd
|
||||||
|
xfce.xfce4-terminal
|
||||||
|
dmenu
|
||||||
|
polybar
|
||||||
|
picom-allusive
|
||||||
|
r2modman
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -92,19 +99,12 @@
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
nano
|
nano
|
||||||
wget
|
wget
|
||||||
bspwm
|
|
||||||
sxhkd
|
|
||||||
xfce.xfce4-terminal
|
|
||||||
dmenu
|
|
||||||
polybar
|
|
||||||
picom-allusive
|
|
||||||
git
|
git
|
||||||
lshw
|
lshw
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
vkmark
|
vkmark
|
||||||
mesa
|
mesa
|
||||||
nvtop
|
nvtop
|
||||||
r2modman
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue