mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-31 01:23:51 -05:00
141 current 2024-05-23 20:21:28 24.05.20240419.5c24cf2 6.8.6-zen1 *
This commit is contained in:
parent
2a9c48c403
commit
c12da9b5e9
1 changed files with 3 additions and 2 deletions
|
@ -48,6 +48,7 @@ in
|
|||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs;[
|
||||
pavucontrol
|
||||
jetbrains.pycharm-community
|
||||
jetbrains.idea-community-bin
|
||||
tailscale
|
||||
|
@ -153,8 +154,8 @@ in
|
|||
done
|
||||
'')
|
||||
(pkgs.writeShellScriptBin "math" ''
|
||||
set -e
|
||||
python3 -c "print($*)"
|
||||
set -e
|
||||
python3 -c "print($*)"
|
||||
'')
|
||||
];
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
|
|
Loading…
Reference in a new issue