mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-07 10:23:34 -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
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs;[
|
home.packages = with pkgs;[
|
||||||
|
pavucontrol
|
||||||
jetbrains.pycharm-community
|
jetbrains.pycharm-community
|
||||||
jetbrains.idea-community-bin
|
jetbrains.idea-community-bin
|
||||||
tailscale
|
tailscale
|
||||||
|
@ -153,8 +154,8 @@ in
|
||||||
done
|
done
|
||||||
'')
|
'')
|
||||||
(pkgs.writeShellScriptBin "math" ''
|
(pkgs.writeShellScriptBin "math" ''
|
||||||
set -e
|
set -e
|
||||||
python3 -c "print($*)"
|
python3 -c "print($*)"
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
|
|
Loading…
Reference in a new issue