unclutter

This commit is contained in:
unexplrd
2025-02-07 13:31:41 +02:00
parent ff5765eeee
commit a33f397432
11 changed files with 188 additions and 194 deletions

View File

@ -9,18 +9,13 @@
self.nixosModules.desktop
self.nixosModules.system
./hardware-conf.nix
./users.nix
./programs.nix
./stylix.nix
./users.nix
];
desktop = {
hyprland.enable = true;
# niri.enable = true;
# plasma.enable = true;
};
services.logind = {
lidSwitch = "ignore";
powerKey = "suspend";
};
nix.settings.experimental-features = ["nix-command" "flakes"];
@ -29,13 +24,14 @@
time.timeZone = "Europe/Kyiv";
locale.ukrainian.enable = true;
networking.hostName = "vylxae";
networking.networkmanager.enable = true;
# required for syncthing
networking.firewall = {
allowedTCPPorts = [22000];
allowedUDPPorts = [21027 22000];
networking = {
networkmanager.enable = true;
hostName = "vylxae";
# required for syncthing
firewall = {
allowedTCPPorts = [22000];
allowedUDPPorts = [21027 22000];
};
};
boot = {
@ -57,10 +53,8 @@
services = {
power-profiles-daemon.enable = true;
hardware.openrgb.enable = true;
flatpak.enable = true;
fstrim.enable = true;
fwupd.enable = true;
openssh.enable = true;
};
services.scx = {