Updates and fixes
This commit is contained in:
parent
6384b92357
commit
08b761b201
4 changed files with 6 additions and 3 deletions
|
@ -48,7 +48,10 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
|
|
||||||
---
|
---
|
||||||
# 📋 To Do List
|
# 📋 To Do List
|
||||||
* [ ] Fix sysctl backup script
|
* [ ] Fix sysctl backup scripts
|
||||||
|
* [ ] Fix misaligned waybar items
|
||||||
|
* [ ] Maybe redo waybar altogether
|
||||||
|
* [ ] Maybe add a wallpaper randomizer button via `sww img`
|
||||||
* [ ] 24.05 Updates:
|
* [ ] 24.05 Updates:
|
||||||
* [ ] Re-enable a few things <SPC-S> "TODO"
|
* [ ] Re-enable a few things <SPC-S> "TODO"
|
||||||
* [ ] Add sound to XRDP config
|
* [ ] Add sound to XRDP config
|
||||||
|
|
|
@ -175,6 +175,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
../nixos
|
../nixos
|
||||||
../nixos/common/modules/installer.nix
|
../nixos/common/modules/installer.nix
|
||||||
|
"${inputs.nixpkgs}/nixos/modules/profiles/all-hardware.nix"
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
inputs.lanzaboote.nixosModules.lanzaboote
|
inputs.lanzaboote.nixosModules.lanzaboote
|
||||||
inputs.home-manager.nixosModules.home-manager {
|
inputs.home-manager.nixosModules.home-manager {
|
||||||
|
|
|
@ -26,6 +26,5 @@
|
||||||
busybox # Linux utilities
|
busybox # Linux utilities
|
||||||
ethtool # Ethernet troubleshooting:with
|
ethtool # Ethernet troubleshooting:with
|
||||||
file # Shows the types of files
|
file # Shows the types of files
|
||||||
nix-inspect # TUI for nix env
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,4 +14,4 @@
|
||||||
PasswordAuthentication = lib.mkForce true;
|
PasswordAuthentication = lib.mkForce true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue