configuring
This commit is contained in:
parent
01e07e8803
commit
cef0ebd264
2 changed files with 6 additions and 5 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
gnupg
|
||||
eza
|
||||
just
|
||||
fd
|
||||
|
@ -28,7 +27,7 @@
|
|||
owl
|
||||
pass
|
||||
dconf
|
||||
|
||||
gnupg
|
||||
gcc
|
||||
gnutls
|
||||
gettext
|
||||
|
@ -187,10 +186,8 @@
|
|||
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
#enableFishIntegration = true; # see note on other shells below
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
fish = {
|
||||
|
|
|
@ -195,13 +195,17 @@
|
|||
wget
|
||||
home-manager
|
||||
curl
|
||||
git
|
||||
#git
|
||||
git-lfs
|
||||
tailscale
|
||||
rsync
|
||||
kmonad
|
||||
gnupg
|
||||
];
|
||||
|
||||
#programs.gnupg.enable = true;
|
||||
programs.git.enable = true;
|
||||
|
||||
services.gnome.core-developer-tools.enable = true;
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
cheese
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue