1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-30 00:03:52 -05:00
parent 0940750a62
commit ae8ae5c9d8
3 changed files with 5 additions and 3 deletions

2
TODO
View file

@ -24,5 +24,5 @@
+- [ ] rust-analyzer doesn't fucking work (and you should probably use mkShell for this) +- [ ] rust-analyzer doesn't fucking work (and you should probably use mkShell for this)
[ ] See if you can use nixpkgs vscode extensions with codium [ ] See if you can use nixpkgs vscode extensions with codium
[ ] Get language servers to work with Neovim [ ] 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 [ ] Maybe convert some of your configuration files and themes into derivations

View file

@ -42,6 +42,7 @@
Session = "none+openbox"; Session = "none+openbox";
}; };
}; };
theme = "catppuccin-mocha";
}; };
}; };

View file

@ -31,8 +31,6 @@
nicotine-plus nicotine-plus
vesktop vesktop
yt-dlp yt-dlp
# misc
uxn
# system tools # system tools
alsa-utils alsa-utils
bat bat
@ -62,5 +60,8 @@
xdotool xdotool
xorg.xev xorg.xev
xorg.xwininfo xorg.xwininfo
# misc
catppuccin-sddm
uxn
]; ];
} }