fix cursors and wallpapers
This commit is contained in:
parent
85dd534f53
commit
7cada7d4b5
2 changed files with 20 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
wallpaper {
|
wallpaper {
|
||||||
monitor = eDP-1
|
monitor = eDP-1
|
||||||
path = ~/Pictures/wallpapers/Augustine/Augustine-catppuccin-mocha.png
|
path = ~/Pictures/wallpapers/Augustine-catppuccin-mocha.png
|
||||||
fit_mode = cover
|
fit_mode = cover
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
config = {
|
||||||
|
environment.systemPackages = with pkgs; [ bibata-cursors ];
|
||||||
hjem.users."${config.username}" = {
|
hjem.users."${config.username}" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
files = {
|
files = {
|
||||||
|
|
@ -27,4 +29,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue