catppuccin theme start
set basic catppuccin/nix
This commit is contained in:
12
home/programs/hyprpaper/default.nix
Normal file
12
home/programs/hyprpaper/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
swww
|
||||
];
|
||||
services.swww.enable = true;
|
||||
xsession.initExtra = ''
|
||||
swww-daemon
|
||||
swww img "/etc/nixos/home/programs/swww/background_temp.jpeg" fill
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user