home: enable automatic keychain integrations
This commit is contained in:
parent
36a396c4ce
commit
a13cd3a690
@ -44,6 +44,16 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.keychain = {
|
||||||
|
enable = lib.mkDefault true;
|
||||||
|
enableBashIntegration = lib.mkDefault true;
|
||||||
|
enableZshIntegration = lib.mkDefault true;
|
||||||
|
extraFlags = [
|
||||||
|
"--quiet"
|
||||||
|
"--systemd"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# this fixes a lot of theme weirdness
|
# this fixes a lot of theme weirdness
|
||||||
home.file.".icons".source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.dataHome}/icons";
|
home.file.".icons".source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.dataHome}/icons";
|
||||||
home.file.".themes".source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.dataHome}/themes";
|
home.file.".themes".source = config.lib.file.mkOutOfStoreSymlink "${config.xdg.dataHome}/themes";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user