forked from colonelpanic/dotfiles
[NixOS] Change pager to cat for kat
This commit is contained in:
parent
df741e6460
commit
022c5b75ba
@ -11,6 +11,10 @@
|
|||||||
ffmpeg
|
ffmpeg
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.extraInit = ''
|
||||||
|
export PAGER=cat
|
||||||
|
'';
|
||||||
|
|
||||||
home-manager.users.kat = { pkgs, config, ... }: {
|
home-manager.users.kat = { pkgs, config, ... }: {
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -36,11 +40,10 @@
|
|||||||
org = {
|
org = {
|
||||||
path = config.home.homeDirectory + "/org";
|
path = config.home.homeDirectory + "/org";
|
||||||
uri = "ssh://gitea@1896Folsom.duckdns.org:1123/kkathuang/org.git";
|
uri = "ssh://gitea@1896Folsom.duckdns.org:1123/kkathuang/org.git";
|
||||||
interval = 60;
|
interval = 45;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user