- 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:
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user