Removed timeshift to improve compatibility
This commit is contained in:
4
home.nix
4
home.nix
@@ -24,7 +24,6 @@
|
|||||||
element-desktop # Matrix Messages
|
element-desktop # Matrix Messages
|
||||||
gnome-secrets # Password Manager
|
gnome-secrets # Password Manager
|
||||||
newsflash # RSS Reader [Nextcloud]
|
newsflash # RSS Reader [Nextcloud]
|
||||||
timeshift # Backup
|
|
||||||
eyedropper # Color Picker
|
eyedropper # Color Picker
|
||||||
gnome-obfuscate # Image Editor
|
gnome-obfuscate # Image Editor
|
||||||
gnome-podcasts # Podcast Client
|
gnome-podcasts # Podcast Client
|
||||||
@@ -99,9 +98,6 @@
|
|||||||
if [ "$(uname -s)" = "Darwin" ]; then
|
if [ "$(uname -s)" = "Darwin" ]; then
|
||||||
sudo softwareupdate -iaR
|
sudo softwareupdate -iaR
|
||||||
else
|
else
|
||||||
if [ "$(command -v timeshift)" ]; then
|
|
||||||
sudo timeshift --create
|
|
||||||
fi
|
|
||||||
sudo journalctl --vacuum-time=7d
|
sudo journalctl --vacuum-time=7d
|
||||||
# Flatpak
|
# Flatpak
|
||||||
if [ "$(command -v flatpak)" ]; then
|
if [ "$(command -v flatpak)" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user