84 current 2024-04-24 21:45:55 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-24 21:46:07 -04:00
parent eed4708fa6
commit 7499a0bf63
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
3 changed files with 119 additions and 11 deletions

View file

@ -49,7 +49,10 @@ prismlauncher
#C AND CXX END
#PYTHONSTART
# python311
(python39.withPackages(ps: with ps;[
evdev
xlib
]))
# python311Packages.evdev
# python311Packages.xlib
#PYTHONEND
@ -73,13 +76,7 @@ prismlauncher
unzip
temurin-bin-8
protonvpn-gui
# # It is sometimes useful to fine-tune packages, for example, by applying
typescript
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
# # fonts?
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
@ -87,7 +84,6 @@ prismlauncher
# echo "Hello, ${config.home.username}!"
# '')
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.
home.file = {