Reworked KDE Theme reminder to be a popup. Fixed Trayscale not working by default.

This commit is contained in:
2025-09-03 14:27:29 +02:00
parent f4e77e64c9
commit 22b55e455c
24 changed files with 62 additions and 38 deletions

9
configuration.nix Normal file → Executable file
View File

@ -10,7 +10,7 @@
#Nix flake file limit: ulimit -n 500000
{ config, pkgs, ... }:
{ config, pkgs, username, ... }:
{
#Assign Swap to the PC
@ -100,8 +100,9 @@
tailscale = {
enable = true;
extraUpFlags = [
"--operator=${builtins.getEnv "USER"}"
useRoutingFeatures = "client";
extraSetFlags = [
"--operator=${username}"
"--accept-routes"
];
};
@ -139,6 +140,8 @@
#In order for dynamically linked executables to work
programs.nix-ld.enable = true;
programs.steam.enable = true;
# Configure console keymap
console.keyMap = "de";