update
This commit is contained in:
@@ -12,10 +12,13 @@
|
||||
../../modules/home-manager/tmux
|
||||
../../modules/home-manager/taskwarrior
|
||||
../../modules/home-manager/email
|
||||
../../modules/home-manager/password-store
|
||||
../../modules/home-manager/syncthing.nix
|
||||
../../modules/home-manager/bitwarden.nix
|
||||
../../modules/home-manager/kubernetes.nix
|
||||
../../modules/home-manager/nix-index.nix
|
||||
../../modules/home-manager/bitwarden.nix
|
||||
../../modules/home-manager/network-manager-applet.nix
|
||||
../../modules/home-manager/pasystray.nix
|
||||
];
|
||||
home.username = "mthomson";
|
||||
home.homeDirectory = "/home/mthomson";
|
||||
@@ -31,6 +34,26 @@
|
||||
enableZshIntegration = true; # see note on other shells below
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
jq = {
|
||||
enable = true;
|
||||
};
|
||||
lazygit = {
|
||||
enable = true;
|
||||
};
|
||||
man = {
|
||||
enable = true;
|
||||
};
|
||||
tealdeer = {
|
||||
enable = true;
|
||||
settings.updates.auto_update = true;
|
||||
};
|
||||
helix = {
|
||||
enable = true;
|
||||
};
|
||||
neovide = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
};
|
||||
};
|
||||
|
||||
services.blueman-applet.enable = true;
|
||||
@@ -39,14 +62,6 @@
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
gcc
|
||||
fzf
|
||||
ripgrep
|
||||
jq
|
||||
protonup
|
||||
lutris
|
||||
pavucontrol
|
||||
pasystray
|
||||
networkmanagerapplet
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
||||
Reference in New Issue
Block a user