This commit is contained in:
Jimbo 2024-09-03 18:47:16 -04:00
parent 96ac50d43d
commit 35f52c7b95
4 changed files with 23 additions and 4 deletions

View file

@ -42,8 +42,8 @@
shellAliases = let
auth = import ./common/auth.nix;
in {
sysdate = "${auth.method} nixos-rebuild switch --flake /etc/nixos/.#JimDesktop";
homedate = "home-manager switch --flake /etc/nixos/.#jimbo@JimDesktop";
sysdate = "${auth.method} nixos-rebuild switch --flake /etc/nixos/.#JimDeck";
homedate = "home-manager switch --flake /etc/nixos/.#jimbo@JimDeck";
nixdate = "sysdate; homedate; notify-send 'NixOS switch done.'";
};
};

View file

@ -43,8 +43,8 @@
shellAliases = let
auth = import ./common/auth.nix;
in {
sysdate = "${auth.method} nixos-rebuild switch --flake /etc/nixos/.#JimDeck";
homedate = "home-manager switch --flake /etc/nixos/.#jimbo@JimDeck";
sysdate = "${auth.method} nixos-rebuild switch --flake /etc/nixos/.#JimDesktop";
homedate = "home-manager switch --flake /etc/nixos/.#jimbo@JimDesktop";
nixdate = "sysdate; homedate; notify-send 'NixOS switch done.'";
};
};

View file

@ -15,6 +15,7 @@
# Enable Sway and write some scripts
wayland.windowManager.sway = {
enable = true;
package = null;
wrapperFeatures.gtk = true;
checkConfig = false;
extraConfig = let