add wallpaper :)

This commit is contained in:
Noa Aarts 2024-03-02 00:25:38 +01:00
parent 4bfe0b08b7
commit a996b8890e
9 changed files with 216 additions and 0 deletions

View file

@ -10,6 +10,7 @@
../../common/nvim/nvim.nix
../../common/discord.nix
../../common/spotify.nix
../../common/automapaper/automapaper.nix
];
# Home Manager needs a bit of information about you and the paths it should
# manage.
@ -84,11 +85,17 @@
#
# /etc/profiles/per-user/noa/etc/profile.d/hm-session-vars.sh
#
home.sessionVariables = {
EDITOR = "nvim";
TERM = "kitty";
};
xdg = {
enable = true;
};
xdg.userDirs = {
enable = true;
createDirectories = true;