Removed extension and fixes for Debian
This commit is contained in:
8
home.nix
8
home.nix
@@ -44,7 +44,6 @@
|
|||||||
# GNOME Extensions
|
# GNOME Extensions
|
||||||
gnomeExtensions.vitals
|
gnomeExtensions.vitals
|
||||||
gnomeExtensions.clipboard-indicator
|
gnomeExtensions.clipboard-indicator
|
||||||
gnomeExtensions.rounded-window-corners
|
|
||||||
|
|
||||||
# Override nerdfont to install JetBrains only.
|
# Override nerdfont to install JetBrains only.
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||||
@@ -83,7 +82,7 @@
|
|||||||
|
|
||||||
(writeShellScriptBin "reload" ''
|
(writeShellScriptBin "reload" ''
|
||||||
set -x
|
set -x
|
||||||
sudo nix-channel --update
|
sudo -i nix-channel --update
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
home-manager switch -b backup
|
home-manager switch -b backup
|
||||||
{ set +x; } 2>/dev/null
|
{ set +x; } 2>/dev/null
|
||||||
@@ -100,7 +99,9 @@
|
|||||||
if [ "$(uname -s)" = "Darwin" ]; then
|
if [ "$(uname -s)" = "Darwin" ]; then
|
||||||
sudo softwareupdate -iaR
|
sudo softwareupdate -iaR
|
||||||
else
|
else
|
||||||
sudo timeshift --create
|
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
|
||||||
@@ -196,7 +197,6 @@
|
|||||||
enabled-extensions = [
|
enabled-extensions = [
|
||||||
"Vitals@CoreCoding.com"
|
"Vitals@CoreCoding.com"
|
||||||
"clipboard-indicator@tudmotu.com"
|
"clipboard-indicator@tudmotu.com"
|
||||||
"rounded-window-corners@yilozt"
|
|
||||||
# Add new extensions to the packages too! This section only enables extensions, not install them.
|
# Add new extensions to the packages too! This section only enables extensions, not install them.
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user