diff --git a/TODO b/TODO index aa31c29..19436ab 100644 --- a/TODO +++ b/TODO @@ -24,5 +24,5 @@ +- [ ] rust-analyzer doesn't fucking work (and you should probably use mkShell for this) [ ] See if you can use nixpkgs vscode extensions with codium [ ] Get language servers to work with Neovim -[ ] Theme your SDDM +[ ] Theme your SDDM (you should make one yourself ;w;;;) [ ] Maybe convert some of your configuration files and themes into derivations diff --git a/nixos/hosts/base.nix b/nixos/hosts/base.nix index 4e3c6c2..b68fdea 100644 --- a/nixos/hosts/base.nix +++ b/nixos/hosts/base.nix @@ -42,6 +42,7 @@ Session = "none+openbox"; }; }; + theme = "catppuccin-mocha"; }; }; diff --git a/nixos/packages.nix b/nixos/packages.nix index b6f7d49..ad449e4 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -31,8 +31,6 @@ nicotine-plus vesktop yt-dlp - # misc - uxn # system tools alsa-utils bat @@ -62,5 +60,8 @@ xdotool xorg.xev xorg.xwininfo + # misc + catppuccin-sddm + uxn ]; }