Wallpaper location, flatpak support on all distros, minor tweaks
This commit is contained in:
13
home.nix
13
home.nix
@@ -17,6 +17,8 @@
|
|||||||
obsidian
|
obsidian
|
||||||
signal-desktop
|
signal-desktop
|
||||||
fragments
|
fragments
|
||||||
|
neofetch
|
||||||
|
unzip
|
||||||
|
|
||||||
# Note to self: This config does not include games/benchmarks. I'm using flatpak for those.
|
# Note to self: This config does not include games/benchmarks. I'm using flatpak for those.
|
||||||
|
|
||||||
@@ -88,12 +90,17 @@
|
|||||||
sudo dnf upgrade --refresh
|
sudo dnf upgrade --refresh
|
||||||
sudo dnf autoremove
|
sudo dnf autoremove
|
||||||
sudo journalctl --vacuum-time=7d
|
sudo journalctl --vacuum-time=7d
|
||||||
flatpak update
|
|
||||||
else
|
else
|
||||||
echo "Unknown distro, skipping system update."
|
echo "Unknown distro, skipping system update."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Check if Flatpak is installed
|
||||||
|
if [ "$(command -v flatpak)" ]; then
|
||||||
|
flatpak update
|
||||||
|
flatpak uninstall --unused --delete-data
|
||||||
|
fi
|
||||||
|
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
nix-collect-garbage --delete-older-than 7d
|
nix-collect-garbage --delete-older-than 7d
|
||||||
home-manager switch
|
home-manager switch
|
||||||
@@ -250,8 +257,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/background" = {
|
"org/gnome/desktop/background" = {
|
||||||
picture-uri = "file:///usr/share/backgrounds/gnome/blobs-l.svg";
|
picture-uri = "file:///${config.home.homeDirectory}/dotfiles/wallpapers/blobs-l.svg";
|
||||||
picture-uri-dark = "file:///usr/share/backgrounds/gnome/blobs-d.svg";
|
picture-uri-dark = "file:///${config.home.homeDirectory}/dotfiles/wallpapers/blobs-d.svg";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/vitals" = {
|
"org/gnome/shell/extensions/vitals" = {
|
||||||
|
|||||||
671
wallpapers/blobs-d.svg
Normal file
671
wallpapers/blobs-d.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 50 KiB |
491
wallpapers/blobs-l.svg
Normal file
491
wallpapers/blobs-l.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 35 KiB |
Reference in New Issue
Block a user