mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: add state packages
This commit is contained in:
parent
edc79b33fb
commit
5d36d79898
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
inherit (bahaghariLib.tinted-theming) importScheme;
|
inherit (bahaghariLib.tinted-theming) importScheme;
|
||||||
|
userCfg = config.users.foo-dogsquared;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [ ./modules ];
|
imports = [ ./modules ];
|
||||||
@ -65,6 +66,17 @@ in
|
|||||||
kanidm.source = ./config/kanidm/config;
|
kanidm.source = ./config/kanidm/config;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Holding these in for whatever reason.
|
||||||
|
state.packages = {
|
||||||
|
diff = pkgs.diffoscope;
|
||||||
|
pager = config.programs.bat.package;
|
||||||
|
editor =
|
||||||
|
if userCfg.programs.nixvim.enable then
|
||||||
|
config.programs.nixvim.finalPackage
|
||||||
|
else
|
||||||
|
config.programs.neovim.package;
|
||||||
|
};
|
||||||
|
|
||||||
# Automating some files to be fetched on activation.
|
# Automating some files to be fetched on activation.
|
||||||
home.mutableFile = {
|
home.mutableFile = {
|
||||||
# ...my gopass secrets,...
|
# ...my gopass secrets,...
|
||||||
|
Loading…
Reference in New Issue
Block a user