Bohdan's terminal configuration
0
fork

Configure Feed

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

nix: enabled vicinae on noctalia and playground VM

bpavuk edcf65ca 60309603

+17 -2
+3
niri/config.kdl
··· 270 270 // This line starts waybar, a commonly used bar for Wayland compositors. 271 271 // spawn-at-startup "waybar" 272 272 spawn-at-startup "noctalia-shell" 273 + spawn-at-startup "vicinae" "server" 273 274 274 275 // To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup: 275 276 // spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell" ··· 621 622 // Powers off the monitors. To turn them back on, do any input like 622 623 // moving the mouse or pressing any other key. 623 624 Mod+Shift+P { power-off-monitors; } 625 + 626 + Mod+Space repeat=false { spawn "vicinae" "toggle"; } 624 627 }
+2 -1
nixos/home/life/default.nix
··· 1 - { lib, config, pkgs, zen-browser, ... }: 1 + { lib, config, pkgs, zen-browser, vicinae, ... }: 2 2 3 3 { 4 4 imports = [ 5 5 ./creativity.nix 6 6 ./gaming.nix 7 7 ./kde.nix 8 + (import ./vicinae.nix { inherit vicinae; }) 8 9 # ./hyprland 9 10 ./music 10 11 ./ghostty
+10
nixos/home/life/vicinae.nix
··· 1 + { vicinae, ... }: 2 + { 3 + services.vicinae = { 4 + enable = true; 5 + systemd = { 6 + enable = true; 7 + autoStart = true; 8 + }; 9 + }; 10 + }
+1
nixos/users/bpavuk-pg.nix
··· 34 34 (import ../home/utils.nix { inherit config pkgs lib; }) 35 35 # (import ../home/life { inherit config pkgs lib zen-browser; }) 36 36 (import ../home/life/niri.nix { inherit config pkgs lib; }) 37 + (import ../home/life/vicinae.nix { inherit config pkgs lib vicinae; }) 37 38 # (import ../home/re { inherit config pkgs lib; }) 38 39 ]; 39 40 }
+1 -1
result
··· 1 - /nix/store/zlzsavfp04i04i5bs5y2jnx2i4z4s49z-nixos-vm 1 + /nix/store/23lvv4z9b3g8nx659wl1689zrclgacqp-nixos-vm