big refactoring
This commit is contained in:
11
home/programs/swww/default.nix
Normal file
11
home/programs/swww/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
swww
|
||||
];
|
||||
xsession.initExtra = ''
|
||||
swww-daemon
|
||||
swww img "/etc/nixos/home/programs/wallpaper/background_temp.jpeg" fill
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user