Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

feat: wallpaper with swaybg

+5 -2
+3
homes/x86_64-linux/loki/cosmeak/river/default.nix
··· 10 10 11 11 # Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc. 12 12 13 + # Setup wallpaper with swaybg 14 + riverctl spawn "swaybg -m fill -i ${builtins.toString ./../../../../..}/wallpapers/Witcher_3_Skellige_Mountain-Ansel_paint_filter.png" 15 + 13 16 # Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot) 14 17 riverctl map normal Super+Shift Return spawn foot 15 18
+2 -2
modules/nixos/services/window-managers/river/default.nix
··· 5 5 enable = lib.mkEnableOption "River - A Wayland Window Manager"; 6 6 extraPackages = lib.mkOption { 7 7 type = with lib.types; listOf package; 8 - default = with pkgs; [ swaylock swaybg swayidle dmenu fuzzel waybar foot ]; 8 + default = with pkgs; [ swaylock swaybg swayidle dmenu fuzzel waybar foot yazi ]; 9 9 }; 10 10 }; 11 11 ··· 25 25 --remember-session \ 26 26 --asterisks \ 27 27 --time ''; 28 - user = "greeter"; 28 + user = "greeter"; 29 29 }; 30 30 }; 31 31 };
wallpapers/Witcher_3_Skellige_Mountain-Ansel_paint_filter.png

This is a binary file and will not be displayed.