mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
renamed configuration.nix to common.nix
moved sudo configuration to shells.nix switched to kmscon reorganized all packages removed a few switched from scripts to shell aliases set keep-outputs and keep-derivations to false removed picom from laptop
This commit is contained in:
parent
4b3e928482
commit
b3cb8940d4
11 changed files with 119 additions and 115 deletions
|
|
@ -14,7 +14,6 @@
|
|||
"parrot"
|
||||
"picom"
|
||||
"refreshrate"
|
||||
"scripts"
|
||||
"sxhkd"
|
||||
"vfio"
|
||||
"dwm"
|
||||
|
|
@ -28,6 +27,9 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
bitwarden #store stuff
|
||||
qbittorrent #steal stuff
|
||||
networkmanagerapplet #gui connection control
|
||||
vlc #play stuff
|
||||
dmenu #suckless launcher
|
||||
];
|
||||
networking.hostName = settings.hostname;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
|
|
|||
|
|
@ -10,9 +10,7 @@
|
|||
"fonts"
|
||||
"git"
|
||||
"packages"
|
||||
"picom"
|
||||
"prime"
|
||||
"scripts"
|
||||
"gnome"
|
||||
"shells"
|
||||
"gaming"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue