diff --git a/README.md b/README.md index a0407d7c..1546742b 100644 --- a/README.md +++ b/README.md @@ -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 "TODO" * [ ] Add sound to XRDP config diff --git a/lib/default.nix b/lib/default.nix index 88ea2820..6bdd2a61 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -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 { diff --git a/nixos/common/packages/default.nix b/nixos/common/packages/default.nix index 50cf8994..6280e30e 100644 --- a/nixos/common/packages/default.nix +++ b/nixos/common/packages/default.nix @@ -26,6 +26,5 @@ busybox # Linux utilities ethtool # Ethernet troubleshooting:with file # Shows the types of files - nix-inspect # TUI for nix env ]; } diff --git a/nixos/hosts/nixos-iso-desktop/default.nix b/nixos/hosts/nixos-iso-desktop/default.nix index b6783357..6f359aa3 100644 --- a/nixos/hosts/nixos-iso-desktop/default.nix +++ b/nixos/hosts/nixos-iso-desktop/default.nix @@ -14,4 +14,4 @@ PasswordAuthentication = lib.mkForce true; }; }; -} \ No newline at end of file +}