my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: disable scuffed bspwm

* will fix this later:tm:

willow d0d341ff 783a2d3b

+3 -3
+1 -1
modules/home/desktop/default.nix
··· 1 1 {...}: { 2 2 imports = [ 3 - ./bspwm 3 + # ./bspwm 4 4 ./hyprland 5 5 ]; 6 6 }
+1 -1
modules/nixos/desktop/default.nix
··· 1 1 {...}: { 2 2 imports = [ 3 - ./bspwm.nix 3 + # ./bspwm.nix 4 4 ./hyprland.nix 5 5 ]; 6 6 }
+1 -1
modules/nixos/services/default.nix
··· 10 10 ./printing.nix 11 11 ./privacy.nix 12 12 ./restic.nix 13 - ./sddm.nix 13 + # ./sddm.nix 14 14 ./tlp.nix 15 15 # ./xfce.nix 16 16 ];