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