Setup SSH agent and fix keepassxc scaling
This commit is contained in:
parent
b8fa7d00b9
commit
e59109027b
2 changed files with 11 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue