rotina
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
displayManager.cosmic-greeter.enable = true;
|
||||
desktopManager.cosmic.enable = true;
|
||||
desktopManager.cosmic.xwayland.enable = true;
|
||||
desktopManager.cosmic.showExcludedPkgsWarning = false;
|
||||
system76-scheduler.enable = true;
|
||||
};
|
||||
|
||||
environment.sessionVariables.COSMIC_DATA_CONTROL_ENABLED = 1;
|
||||
@@ -19,7 +21,17 @@
|
||||
programs.kdeconnect = {
|
||||
enable = true;
|
||||
};
|
||||
services.desktopManager.cosmic.showExcludedPkgsWarning = false;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-cosmic];
|
||||
config.common.default = "*";
|
||||
};
|
||||
|
||||
programs.firefox.preferences = {
|
||||
# disable libadwaita theming for Firefox
|
||||
"widget.gtk.libadwaita-colors.enabled" = false;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -22,5 +22,11 @@
|
||||
konsole
|
||||
elisa
|
||||
];
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.kdePackages.xdg-desktop-portal-kde];
|
||||
config.common.default = "*";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -41,9 +41,10 @@
|
||||
file-roller
|
||||
loupe
|
||||
lazygit
|
||||
rustup
|
||||
gnumake
|
||||
onlyoffice-desktopeditors
|
||||
adwaita-qt
|
||||
adwaita-qt6
|
||||
|
||||
## inputs stable
|
||||
#inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}
|
||||
|
||||
@@ -10,10 +10,5 @@
|
||||
onCalendar = "weekly";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.kdePackages.xdg-desktop-portal-kde];
|
||||
config.common.default = "*";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
};
|
||||
|
||||
## Configuração do gerenciador nix
|
||||
#nix.package = pkgs.lixPackageSets.latest.lix;
|
||||
nix.package = pkgs.lixPackageSets.latest.lix;
|
||||
#nix.package = inputs.nixpkgs-master.legacyPackages.${pkgs.system}.lix;
|
||||
|
||||
## compilaçao
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
#droidcam
|
||||
motrix
|
||||
mission-center
|
||||
lxappearance
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user