rotina
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
./cosmic.nix
|
||||
#./cosmic.nix
|
||||
#./gnome.nix
|
||||
#./kde.nix
|
||||
./kde.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
./steam.nix
|
||||
./lact.nix
|
||||
./obs.nix
|
||||
./thunar.nix
|
||||
#./thunar.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
enable = true;
|
||||
packages = [
|
||||
"org.vinegarhq.Sober"
|
||||
"app/com.dec05eba.gpu_screen_recorder/x86_64/stable"
|
||||
|
||||
];
|
||||
update.auto = {
|
||||
enable = true;
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
interfaces.enp9s0.wakeOnLan.enable = true;
|
||||
|
||||
firewall.allowedTCPPorts = [ ];
|
||||
firewall.allowedUDPPorts = [
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
## Ativar Bluetooth
|
||||
|
||||
Reference in New Issue
Block a user