Nixfiles! :3
0

Configure Feed

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

mhm


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

MLC Bloeiman (Apr 15, 2026, 12:40 PM +0200) 9f130e1b 66427b80

+21 -3
+1
home/modules/development.nix
··· 4 4 imports = [ 5 5 ./development/jujutsu.nix 6 6 ./development/neovim.nix 7 + # ./development/emacs.nix 7 8 ./development/zed.nix 8 9 ./development/vscodium.nix 9 10 ];
+7
home/modules/development/emacs.nix
··· 1 + { pkgs, ... }: 2 + 3 + { 4 + home.packages = with pkgs; [ 5 + emacs 6 + ]; 7 + }
+13 -3
home/modules/niri/noctalia.nix
··· 53 53 backgroundOpacity = 0.3; 54 54 useSeparateOpacity = true; 55 55 floating = true; 56 - density = "default"; 56 + density = "mini"; 57 57 widgets = { 58 58 left = [ 59 59 { ··· 200 200 monitors = [ ]; 201 201 }; 202 202 ui = { 203 - fontDefault = "Atkinson Hyperlegible Next 12"; 204 - 203 + fontDefault = "Hermit Light"; 204 + fontFixed = "Hermit"; 205 + fontDefaultScale = 0.9; 206 + fontFixedScale = 1; 207 + tooltipsEnabled = true; 208 + scrollbarAlwaysVisible = true; 209 + boxBorderEnabled = false; 210 + panelBackgroundOpacity = 0.93; 211 + translucentWidgets = false; 212 + panelsAttachedToBar = true; 213 + settingsPanelMode = "attached"; 214 + settingsPanelSideBarCardStyle = false; 205 215 }; 206 216 location = { 207 217 name = "Eindhoven";