mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-22 22:54:14 -05:00
add swww and wallpapers
This commit is contained in:
parent
39a1d66646
commit
fcc48edd04
5 changed files with 14 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
imports = [
|
||||
inputs.niri-flake.homeModules.niri
|
||||
./sway/waybar.nix
|
||||
./swww
|
||||
];
|
||||
nixpkgs.overlays = [
|
||||
inputs.niri-flake.overlays.niri
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
./waybar.nix
|
||||
../swww
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
|||
6
home/crow/common/optional/desktops/swww/default.nix
Normal file
6
home/crow/common/optional/desktops/swww/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
services.swww = {
|
||||
enable = true;
|
||||
package = pkgs.swww;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue