Setup SSH agent and fix keepassxc scaling

This commit is contained in:
Paul-Henri Froidmont 2020-02-25 03:35:19 +01:00
parent b8fa7d00b9
commit e59109027b
2 changed files with 11 additions and 5 deletions

View file

@ -7,10 +7,20 @@
enableContribAndExtras = true;
config = ./files/xmonad.hs;
};
initExtra = ''
keepassxc &
'';
numlock.enable = true;
};
nixpkgs.config.packageOverrides = pkgs: {
ncmpcpp = pkgs.ncmpcpp.override {visualizerSupport = true;};
};
home.sessionVariables = {
EDITOR = "vim";
QT_AUTO_SCREEN_SCALE_FACTOR = "0";
};
home.packages = with pkgs; [
haskellPackages.xmobar
ncmpcpp
@ -38,11 +48,6 @@
source = ./files/scripts;
recursive = true;
};
services.gpg-agent = { enable = true; enableSshSupport = true; };
services.gnome-keyring = {
enable = true;
components = ["pkcs11" "secrets"];
};
services.mpd = {
enable = true;
musicDirectory = "${config.home.homeDirectory}/Nextcloud/Media/Music";