mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-24 00:32:06 +00:00
~
This commit is contained in:
parent
214c52bd2b
commit
67cec1ad15
4 changed files with 120 additions and 117 deletions
13
TODO
13
TODO
|
@ -8,13 +8,7 @@
|
|||
+- [x] Just put it in your base.nix config and see if it comes across to home
|
||||
| manager or if you have to import it into both
|
||||
+- [ ] https://github.com/notusknot/dotfiles-nix/blob/a034dcb6daff31ce50cdbc74a5972b1ef56ef3d7/overlays/apple-color-emoji.nix
|
||||
[ ] Use pass <https://www.passwordstore.org/>? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html)
|
||||
[ ] You could try making a GTK4 application that lets you manage/view packages in packages.nix
|
||||
[x] Get Rust to work (rustc + cargo is fine but only rustup provides RLS, but, um,)
|
||||
+- [ ] vimPlugins.coc-rls
|
||||
+- [x] Get rust-analyzer binaries from https://github.com/rust-lang/rust-analyzer
|
||||
+- [x] rust-analyzer doesn't fucking work (and you should probably use mkShell for this)
|
||||
+- [x] All of a sudden Nix won't let you run rustc or cargo due to some dynamically linked executable bullshit
|
||||
[ ] Theme your SDDM (you should make one yourself ;w;;;)
|
||||
[ ] Maybe convert some of your configuration files and themes into derivations
|
||||
[ ] Test out bluetooth (https://nixos.wiki/wiki/Bluetooth)
|
||||
|
@ -41,6 +35,7 @@
|
|||
+- [ ] numix-clone + vermello
|
||||
[ ] YNFG derivations
|
||||
[ ] Switch over to using tabs for indents
|
||||
[ ] music tagging - ex falso or kid3???
|
||||
|
||||
[x] Get PulseAudio sound controls on polybar to work
|
||||
[x] Add desktop switching to windows (context menu?)
|
||||
|
@ -59,3 +54,9 @@
|
|||
[x] Manage flatpaks declaratively (https://github.com/gmodena/nix-flatpak)
|
||||
[x] Download Slack !!NOW WWWW!!!!FUCKKKK
|
||||
[x] Get MPC to work with yambar (having to use playerctl mpris bridge shit at the moment which doesn't work very well x_x)
|
||||
[x] Get Rust to work (rustc + cargo is fine but only rustup provides RLS, but, um,)
|
||||
+- [x] vimPlugins.coc-rls
|
||||
+- [x] Get rust-analyzer binaries from https://github.com/rust-lang/rust-analyzer
|
||||
+- [x] rust-analyzer doesn't fucking work (and you should probably use mkShell for this)
|
||||
+- [x] All of a sudden Nix won't let you run rustc or cargo due to some dynamically linked executable bullshit
|
||||
[x] Use pass <https://www.passwordstore.org/>? (See also https://elvishjerricco.github.io/2018/06/24/secure-declarative-key-management.html)
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
packages = with pkgs; [
|
||||
fira-code
|
||||
gohufont
|
||||
nasin-nanpa
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
{ pkgs, ... }: {
|
||||
# I'm not sure if you actually need stuff like GTK4 to be
|
||||
# in here when it's really only used with nix-shell and the
|
||||
# amount of time it saves during installation is probably
|
||||
|
@ -98,6 +97,7 @@
|
|||
xorg.xwininfo #
|
||||
yambar # Modular status panel for X11 and Wayland
|
||||
# misc
|
||||
anki # Spaced repetition flashcard program
|
||||
catppuccin-sddm # Soothing pastel theme for SDDM
|
||||
kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks
|
||||
mlt #! Open source multimedia framework, designed for television broadcasting (This is fucking stupid)
|
||||
|
|
1
secrets/mipilin.gpg
Normal file
1
secrets/mipilin.gpg
Normal file
|
@ -0,0 +1 @@
|
|||
„^>©=€ΜΆ
@η‘Μυ[¶^&η&νϋ¶aZ ΫdeΫ#Pά™ωFx0Ρz,<2C>70EΔ?[%•ύCκ•ΐa£ρ4VαΛ^rΨφΗ‰}‚™ιύΎ±<CE8E>'‰ΤK ™™ΰ]'D¦·EΧ’u°<75>;Ξ<>0<EFBFBD>Μ&±‹Ιϊ&<26>έΈ‘½³€ώ¦u<C2A6> 97wΩΧx4<02>ρΌ<CF81><CE8C>:>PΆνπ£5™σ`Ν<>ψa΅ζ
|
Loading…
Add table
Reference in a new issue