rename modules folder to imports

This commit is contained in:
ISnortPennies 2023-02-07 20:19:15 -05:00
parent ad16fd69f5
commit ad704d807c
21 changed files with 12 additions and 12 deletions

View file

@ -1,27 +0,0 @@
{pkgs, ...}: {
environment = {
defaultPackages = []; #don't install anything by default
systemPackages = with pkgs; [
efibootmgr #efi editor
pciutils #lspci
alsa-utils #volume control
xclip #commandline clipboard access
btrfs-progs #for external harddrive
feh #for wallpaper
#directly used tui apps
bottom #view tasks
bc #terminal calculator
nix-tree #view packages
#pointless stuff
cava #pretty audio
pipes-rs # more fun things
#gui apps
pavucontrol #gui volume control
pcmanfm #file manager
#big gui apps
librewolf #best browser
];
};
}