Compare commits
2 commits
9a58e8b37e
...
253e81078d
Author | SHA1 | Date | |
---|---|---|---|
253e81078d | |||
7b5edade95 |
3 changed files with 7 additions and 3 deletions
|
@ -8,7 +8,6 @@ _: {
|
||||||
./disable-nano.nix
|
./disable-nano.nix
|
||||||
./disk.nix
|
./disk.nix
|
||||||
./docs.nix
|
./docs.nix
|
||||||
./fs-hardening.nix
|
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./oomd.nix
|
./oomd.nix
|
||||||
./permit-olm.nix
|
./permit-olm.nix
|
||||||
|
|
|
@ -71,8 +71,12 @@
|
||||||
"shutdown now"
|
"shutdown now"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
mpd.enable = true;
|
mpd.enable = false;
|
||||||
pipewire.enable = true;
|
pipewire.enable = true;
|
||||||
|
ssh = {
|
||||||
|
agent.enable = true;
|
||||||
|
daemon.enable = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
inherit (lib.attrsets) attrValues;
|
inherit (lib.attrsets) attrValues;
|
||||||
in {
|
in {
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcitx5";
|
enable = true;
|
||||||
|
type = "fcitx5";
|
||||||
fcitx5.addons = attrValues {
|
fcitx5.addons = attrValues {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
|
|
Loading…
Reference in a new issue