Nixfiles! :3
0

Configure Feed

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

Big cleanup!


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (Jul 11, 2026, 9:31 PM +0200) fe865cab 3834ae0d

+37 -26
+8 -6
home/desktop.nix
··· 6 6 7 7 { 8 8 imports = [ 9 - # Enviroments ----------------------------------------------------------------------------------------------------------- 9 + # Enviroments ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 10 # ./modules/cosmic.nix 11 11 ./modules/kde.nix 12 12 ./modules/niri.nix 13 13 14 - # Graphical development ------------------------------------------------------------------------------------------------- 14 + # Graphical development ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15 15 ./modules/development/vscodium.nix 16 16 # ./modules/development/gram.nix 17 17 18 - # Browsers -------------------------------------------------------------------------------------------------------------- 18 + # Browsers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19 19 ./modules/zen.nix 20 20 # ./modules/librewolf.nix 21 21 #-> And vivaldi, which is configured non-declaratively. 22 22 23 - # Graphical terminal emulator ------------------------------------------------------------------------------------------- 23 + # Graphical terminal emulator ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 24 ./modules/wezterm.nix 25 25 26 - # Misc. ----------------------------------------------------------------------------------------------------------------- 26 + # Entertainment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27 + ./modules/entertainment/light-games.nix 28 + 29 + # Misc. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27 30 ./modules/fonts.nix 28 - ./modules/games.nix 29 31 ]; 30 32 31 33 home.username = "mar";
+4 -4
home/host-specific/Fennekin.nix
··· 3 3 }: 4 4 { 5 5 imports = [ 6 - ./modules/gnome.nix 7 - ./modules/touchscreen.nix 8 - ./modules/conversation.nix 9 - ./modules/music-streaming.nix 6 + ../modules/gnome.nix 7 + ../modules/touchscreen.nix 8 + ../modules/conversation.nix 9 + ../modules/entertainment/music-streaming.nix 10 10 ]; 11 11 }
+6 -4
home/host-specific/Ponyta.nix
··· 3 3 }: 4 4 { 5 5 imports = [ 6 - ./modules/steam.nix 7 - ./modules/conversation.nix 8 - ./modules/music-streaming.nix 9 - ./modules/school.nix 6 + ../modules/entertainment/steam.nix 7 + ../modules/conversation.nix 8 + ../modules/entertainment/music-streaming.nix 9 + ../modules/school.nix 10 + # Big screen, may run Jetbrains 11 + ../modules/development/jetbrainspackages.nix 10 12 ]; 11 13 }
+6 -4
home/host-specific/Samurott.nix
··· 4 4 }: 5 5 { 6 6 imports = [ 7 - ./modules/steam.nix 8 - ./modules/conversation.nix 9 - ./modules/music-streaming.nix 10 - ./modules/school.nix 7 + ../modules/entertainment/steam.nix 8 + ../modules/entertainment/music-streaming.nix 9 + ../modules/conversation.nix 10 + ../modules/school.nix 11 + # Huge screen, may run jetbrains 12 + ../modules/development/jetbrainspackages.nix 11 13 ]; 12 14 home.packages = with pkgs; [ 13 15 wineWow64Packages.stable
+1
home/host-specific/modules/conversation.nix home/modules/conversation.nix
··· 3 3 { 4 4 home.packages = with pkgs; [ 5 5 # cinny-desktop <- Seems browser works better, can't copy/paste and stuff 6 + fluffychat 6 7 ]; 7 8 }
home/host-specific/modules/gnome.nix home/modules/gnome.nix
home/host-specific/modules/music-streaming.nix home/modules/entertainment/music-streaming.nix
home/host-specific/modules/school.nix home/modules/school.nix
home/host-specific/modules/steam.nix home/modules/entertainment/steam.nix
home/host-specific/modules/touchscreen.nix home/modules/touchscreen.nix
+11
home/modules/development/jetbrainspackages.nix
··· 1 + { pkgs, ... }: { 2 + # Most times I'll use these it'll be in school... 3 + home.packages = with pkgs; [ 4 + jetbrains.rust-rover 5 + jetbrains.webstorm 6 + jetbrains.rider 7 + jetbrains.pycharm 8 + # May use this one specifically when Gleamin' with Parrot 9 + jetbrains.datagrip 10 + ]; 11 + }
home/modules/games.nix home/modules/entertainment/light-games.nix
-6
hosts/Ponyta/configuration.nix
··· 86 86 environment.systemPackages = with pkgs; [ 87 87 grc 88 88 galaxy-buds-client 89 - # Big screen: May run JetBrains. 90 - jetbrains.rust-rover 91 - jetbrains.webstorm 92 - # What am I turning in to... 93 - jetbrains.rider 94 - jetbrains.pycharm 95 89 ]; 96 90 97 91 programs.steam = {
-2
hosts/Samurott/configuration.nix
··· 113 113 environment.systemPackages = with pkgs; [ 114 114 grc 115 115 galaxy-buds-client 116 - jetbrains.rust-rover 117 - jetbrains.webstorm 118 116 ]; 119 117 120 118 programs.steam = {
+1
hosts/Tepig/configuration.nix
··· 67 67 services.displayManager.defaultSession = "cinnamon"; 68 68 services.desktopManager.plasma6.enable = true; 69 69 services.displayManager.cosmic-greeter.enable = lib.mkForce false; 70 + services.displayManager.gdm.enable = lib.mkForce false; 70 71 programs.niri.enable = lib.mkForce false; 71 72 72 73 # Configure keymap in X11