392 current 2024-04-17 20:52:27 24.05.20240417.203fac8 6.8.6-zen1 nvidiaProduction nvidiaStable

This commit is contained in:
zackartz 2024-04-17 20:52:27 -04:00
parent 5b3bae6ac3
commit 41c8af5bc1
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
6 changed files with 133 additions and 58 deletions

View file

@ -4,11 +4,6 @@
inputs,
...
}: {
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "zack";
home.homeDirectory = "/home/zack";
imports = [
./swayidle.nix
./vim/default.nix
@ -104,6 +99,8 @@
pkgs.openvpn
pkgs.nix-output-monitor
pkgs.nh
pkgs.parsec-bin
@ -131,7 +128,7 @@
alejandra . &>/dev/null
git add .
echo "[REBUILD]: rebuilding nixos"
sudo nixos-rebuild switch --flake ~/nixos#earth --max-jobs 4
nh os switch
gen=$(nixos-rebuild list-generations | grep current)
git commit -am "$gen"
git push origin main