fix nm & upgrade

This commit is contained in:
2025-09-30 16:25:43 +02:00
parent 84ee3b6b12
commit 17f13b141e
7 changed files with 69 additions and 62 deletions

View File

@@ -15,6 +15,9 @@
# Chose NetworkManager, timezone, internationalisation properties and console settings.
networking.networkmanager.enable = true;
networking.networkmanager.plugins = with pkgs; [
networkmanager-vpnc
];
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "en_US.UTF-8";
console = {
@@ -78,7 +81,7 @@
# Setting the Basic Packages.
environment.systemPackages = with pkgs; [
(libsForQt5.callPackage ./home/themes/catppuccin-sddm.nix { })
(kdePackages.callPackage ./home/themes/catppuccin-sddm.nix { })
flutter
dart
@@ -90,6 +93,11 @@
dmenu
cmake
cups
exfatprogs
exfat
ntfs3g
parted
networkmanager-vpnc
acpilight # For setting Backlight.
dbus
@@ -131,7 +139,9 @@
gnome.gnome-keyring.enable = true;
gnome.gcr-ssh-agent.enable = false;
# Disable powerbutton => for use with eww
logind.extraConfig = ''HandlePowerKey=ignore'';
logind.settings.Login = {
HandlePowerKey = "ignore";
};
# Setting the permissions for acpilight.
udev = {
enable = true;