nope
This commit is contained in:
parent
7844db105d
commit
3e22925fde
1 changed files with 7 additions and 11 deletions
|
|
@ -51,17 +51,13 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
file =
|
file = {
|
||||||
{
|
# makes yubikey stuff work
|
||||||
# makes yubikey stuff work
|
".gnupg/scdaemon.conf".text = "disable-ccid";
|
||||||
".gnupg/scdaemon.conf".text = "disable-ccid";
|
# I don't want the directory directly in home, even though I only go to it via the symlink
|
||||||
# I don't want the directory directly in home, even though I only go to it via the symlink
|
"programming".source =
|
||||||
"programming".source =
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/";
|
||||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/";
|
};
|
||||||
}
|
|
||||||
// lib.mkDefault {
|
|
||||||
".gtkrc-2.0".force = true;
|
|
||||||
};
|
|
||||||
# haha, now I can set my home folder like this
|
# haha, now I can set my home folder like this
|
||||||
homeDirectory = "/home/${me.nickname}";
|
homeDirectory = "/home/${me.nickname}";
|
||||||
# most actual packages are added via either programs or services...
|
# most actual packages are added via either programs or services...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue