mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 04:07:00 -04:00
84 current 2024-04-24 21:45:55 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
eed4708fa6
commit
7499a0bf63
3 changed files with 119 additions and 11 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue