move kanshi config to individual file add tailscale fish completions remove auto-cpufreq change tailscale service to fix exit-node and routing features
13 lines
300 B
Nix
13 lines
300 B
Nix
{...}: {
|
|
#specialisation.powersave.configuration = {
|
|
# services.auto-cpufreq.enable = true;
|
|
#};
|
|
services = {
|
|
upower.enable = true;
|
|
udisks2.enable = true;
|
|
#picom.enable = true;
|
|
#blueman.enable = true;
|
|
#gnome.gnome-keyring.enable = true;
|
|
#openssh.enable = true;
|
|
};
|
|
}
|