specialisations

This commit is contained in:
mjallen18
2024-07-26 13:42:28 -05:00
parent bf7671871e
commit 4b04d80d3f
2 changed files with 62 additions and 36 deletions

View File

@@ -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";