Updated lockfile
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
parent
9e9e4c5fd6
commit
0f2ac2be9d
10 changed files with 297 additions and 110 deletions
|
@ -65,15 +65,15 @@ in {
|
|||
xdg-utils
|
||||
];
|
||||
|
||||
catppuccin.pointerCursor = {
|
||||
catppuccin.cursors = {
|
||||
enable = true;
|
||||
accent = "dark";
|
||||
};
|
||||
gtk.catppuccin = {
|
||||
catppuccin.gtk = {
|
||||
enable = true;
|
||||
icon.enable = true;
|
||||
};
|
||||
qt.style.catppuccin = {
|
||||
catppuccin.kvantum = {
|
||||
enable = true;
|
||||
apply = true;
|
||||
};
|
||||
|
@ -87,12 +87,12 @@ in {
|
|||
|
||||
xdg.dataFile.${cfg.wallpaperPath}.source = ./wallpaper.jpg;
|
||||
|
||||
catppuccin.sway.enable = true;
|
||||
wayland.windowManager.sway = {
|
||||
# WORKAROUND: https://github.com/nix-community/home-manager/issues/5311
|
||||
checkConfig = false;
|
||||
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
swaynag.enable = true;
|
||||
wrapperFeatures.gtk = true; # so that gtk works properly
|
||||
systemd.enable = true; # needed this for screen sharing to work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue