Updates and fixes

This commit is contained in:
albert 2024-05-08 08:28:11 +09:00
parent 6384b92357
commit 08b761b201
Signed by: albert
GPG key ID: 3895DD267CA11BA9
4 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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 {

View file

@ -26,6 +26,5 @@
busybox # Linux utilities
ethtool # Ethernet troubleshooting:with
file # Shows the types of files
nix-inspect # TUI for nix env
];
}