add swaybg and waypaper (+ gather wayland tools)
This commit is contained in:
@@ -3,13 +3,12 @@
|
||||
imports = [
|
||||
./fonts.nix
|
||||
./pass.nix
|
||||
./wayland.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
discord
|
||||
seahorse
|
||||
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
home.pointerCursor = {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
grim
|
||||
slurp
|
||||
playerctl
|
||||
swaybg
|
||||
];
|
||||
|
||||
xdg.configFile = {
|
||||
|
||||
7
home/desktop/wayland.nix
Normal file
7
home/desktop/wayland.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
waypaper
|
||||
wl-clipboard
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user