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
|
||||
./disk.nix
|
||||
./docs.nix
|
||||
./fs-hardening.nix
|
||||
./nix.nix
|
||||
./oomd.nix
|
||||
./permit-olm.nix
|
||||
|
|
|
@ -71,8 +71,12 @@
|
|||
"shutdown now"
|
||||
];
|
||||
};
|
||||
mpd.enable = true;
|
||||
mpd.enable = false;
|
||||
pipewire.enable = true;
|
||||
ssh = {
|
||||
agent.enable = true;
|
||||
daemon.enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
inherit (lib.attrsets) attrValues;
|
||||
in {
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
enable = true;
|
||||
type = "fcitx5";
|
||||
fcitx5.addons = attrValues {
|
||||
inherit (pkgs)
|
||||
fcitx5-gtk
|
||||
|
|
Loading…
Reference in a new issue