- Removed the Stylix configuration from configuration.nix and created a new stylix.nix file for better organization.

- Enhanced ncli.nix to include generation information during NixOS rebuild and update commands.
- Updated niri.nix to include the new stylix module.
- Adjusted aliases to ensure correct path referencing.
- And some minor changes
This commit is contained in:
2025-11-26 11:14:22 +01:00
parent 74aa841812
commit a8a718a5ce
12 changed files with 700 additions and 56 deletions

View File

@ -35,9 +35,9 @@
enable = true;
settings = {
#Disabled Because of stylix
background_opacity = "0.2"; #The higher the value, the darker the console
background_opacity = lib.mkForce "0.2"; #The higher the value, the darker the console
background_blur = 10;
background_blur = lib.mkForce 10;
};
};