.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
imports = [
|
||||
#./cosmic.nix
|
||||
#./gnome.nix
|
||||
#./kde.nix
|
||||
./niri/niri.nix
|
||||
./kde.nix
|
||||
#./niri/niri.nix
|
||||
|
||||
];
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
## Ativar ambiente gráfico KDE Plasma 6 e gerenciador de login SDDM
|
||||
## Ativar ambiente gráfico KDE Plasma 6 e gerenciador de login
|
||||
services = {
|
||||
desktopManager.plasma6.enable = true;
|
||||
};
|
||||
@@ -18,11 +18,12 @@
|
||||
kdePackages.sddm-kcm
|
||||
kdePackages.wallpaper-engine-plugin
|
||||
kdePackages.krdp
|
||||
kdePackages.accounts-qt
|
||||
];
|
||||
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
plasma-browser-integration
|
||||
konsole
|
||||
# konsole
|
||||
elisa
|
||||
];
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
services.cloudflared = {
|
||||
enable = true;
|
||||
tunnels = {
|
||||
"d5615be7-62ce-414c-a2b3-67dcbbbd4ac4" = {
|
||||
credentialsFile = "/etc/cloudflared/d5615be7-62ce-414c-a2b3-67dcbbbd4ac4.json";
|
||||
default = "http_status:404";
|
||||
ingress = {
|
||||
"pass.darkgui.com.br" = "http://localhost:8080";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -3,6 +3,5 @@
|
||||
imports = [
|
||||
./pkgsconfig.nix
|
||||
./pkgs.nix
|
||||
./cloudflared.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
tree
|
||||
python314
|
||||
unrar
|
||||
#droidcam
|
||||
droidcam
|
||||
motrix
|
||||
mission-center
|
||||
nodejs
|
||||
|
||||
Reference in New Issue
Block a user