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
|
||||
* [ ] 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:
|
||||
* [ ] Re-enable a few things <SPC-S> "TODO"
|
||||
* [ ] Add sound to XRDP config
|
||||
|
|
|
@ -175,6 +175,7 @@
|
|||
modules = [
|
||||
../nixos
|
||||
../nixos/common/modules/installer.nix
|
||||
"${inputs.nixpkgs}/nixos/modules/profiles/all-hardware.nix"
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.home-manager.nixosModules.home-manager {
|
||||
|
|
|
@ -26,6 +26,5 @@
|
|||
busybox # Linux utilities
|
||||
ethtool # Ethernet troubleshooting:with
|
||||
file # Shows the types of files
|
||||
nix-inspect # TUI for nix env
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue