cleaned up flake

condensed and cleaned up home-manager configuration
moved nix settings to nix.nix (nice name i know)
moved all shell configuration to shell.nix
moved default package exclusion to packages.nix
switched to nitch from neofetch
moved font from overlay
removed almost pointless librewolf home-manager configuration
changed wallpaper
This commit is contained in:
ISnortPennies 2023-01-30 01:16:14 -05:00
parent 6f6302e27a
commit b2af978996
19 changed files with 154 additions and 273 deletions

View file

@ -13,6 +13,9 @@
excludePackages = [pkgs.xterm];
windowManager.dwm.enable = true;
displayManager = {
sessionCommands = ''
feh --bg-scale ${../images/recursion.png}
'';
defaultSession = "none+dwm";
lightdm = {
enable = true;
@ -45,7 +48,7 @@
font-style = normal
text-color = "#7AA2F7"
error-color = "#DB4B4B"
background-image = "/etc/nixos/images/nix-stars.png"
background-image = "${../images/recursion.png}"
background-color = "#000000"
window-color = "#000000"
border-color = "#000000"