specialisations
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
shellAliases = {
|
||||
ll = "ls -alh";
|
||||
update = "sudo nixos-rebuild switch";
|
||||
update-specialisation = "sudo nixos-rebuild switch --specialisation";
|
||||
nas-update = "nixos-rebuild switch --use-remote-sudo --target-host admin@jallen-nas.local --build-host localhost --flake ~/nix-config#jallen-nas";
|
||||
nas-ssh = "ssh admin@jallen-nas.local";
|
||||
};
|
||||
@@ -64,11 +65,6 @@
|
||||
freerdp
|
||||
gamescope_git
|
||||
gamescope-wsi_git
|
||||
# gnome-tweaks
|
||||
# gnomeExtensions.appindicator
|
||||
# gnomeExtensions.arcmenu
|
||||
# gnomeExtensions.dash-to-panel
|
||||
# gnomeExtensions.tiling-assistant
|
||||
goverlay
|
||||
heroic
|
||||
libreoffice-qt6-fresh
|
||||
@@ -96,7 +92,7 @@
|
||||
];
|
||||
|
||||
dconf = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface".clock-format = "12h";
|
||||
"org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
|
||||
Reference in New Issue
Block a user