Added Waybar and Wallpaper Daemon
This commit is contained in:
parent
62ff6069b9
commit
0b271bc907
5 changed files with 270 additions and 36 deletions
|
@ -11,6 +11,7 @@
|
|||
../../commons/programs/zsh.nix
|
||||
../../commons/programs/neovim.nix
|
||||
../../commons/programs/kitty.nix
|
||||
../../commons/programs/waybar.nix
|
||||
];
|
||||
|
||||
qt = {
|
||||
|
@ -35,5 +36,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Classic";
|
||||
size = 24;
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue