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

@ -120,6 +120,23 @@
"type": "github" "type": "github"
} }
}, },
"home-manager-unstable": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1725180166,
"narHash": "sha256-fzssXuGR/mCeGbzM1ExaTqDz7QDGta3WA4jJsZyRruo=",
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/master.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/master.tar.gz"
}
},
"jovian-nixos": { "jovian-nixos": {
"inputs": { "inputs": {
"nix-github-actions": "nix-github-actions", "nix-github-actions": "nix-github-actions",
@ -332,6 +349,7 @@
"blender-bin": "blender-bin", "blender-bin": "blender-bin",
"hardware": "hardware", "hardware": "hardware",
"home-manager": "home-manager", "home-manager": "home-manager",
"home-manager-unstable": "home-manager-unstable",
"jovian-nixos": "jovian-nixos", "jovian-nixos": "jovian-nixos",
"nix-minecraft": "nix-minecraft", "nix-minecraft": "nix-minecraft",
"nixos-mailserver": "nixos-mailserver", "nixos-mailserver": "nixos-mailserver",

View file

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

View file

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

View file

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