Commit 8c7da17
Changed files (4)
modules
core
desktop
desktop-environment
discrete
shell
noctalia
modules/core/stylix.nix
@@ -27,18 +27,18 @@
theme = "${base24-schemes}/share/themes/${schemeName}.yaml";
inputImage = "${inputs.wallpapers}/Corin-1.jpg";
- brightness =
- if config.lib.stylix.colors.variant == "dark"
- then "-20"
- else "0";
- contrast =
- if config.lib.stylix.colors.variant == "dark"
- then "10"
- else "0";
- fillColor =
- if config.lib.stylix.colors.variant == "dark"
- then "black"
- else "white";
+ # brightness =
+ # if config.lib.stylix.colors.variant == "dark"
+ # then "-20"
+ # else "0";
+ # contrast =
+ # if config.lib.stylix.colors.variant == "dark"
+ # then "10"
+ # else "0";
+ # fillColor =
+ # if config.lib.stylix.colors.variant == "dark"
+ # then "black"
+ # else "white";
in {
enable = true;
base16Scheme = theme;
modules/desktop/desktop-environment/discrete/shell/noctalia/default.nix
@@ -19,6 +19,7 @@
wallpaper = {
enabled = true;
defaultWallpaper = config.stylix.image;
+ directory = builtins.dirOf config.stylix.image;
overviewEnabled = true;
};
appLauncher = {
flake.lock
@@ -820,16 +820,16 @@
"nixpkgs": "nixpkgs_7"
},
"locked": {
- "lastModified": 1763933338,
- "narHash": "sha256-Z9nNjLfXUz7dlec1zEChoA+qHVB3OSwMet7W4pAiWTc=",
+ "lastModified": 1764204173,
+ "narHash": "sha256-eTkt9C9nck0d8o2tNePO9eU/jG3o5FC5lMYS7NT6IPg=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
- "rev": "b53f5ef5044df524d893b3df77e62702e2cc3868",
+ "rev": "1aa0cc6467188b9831314b1a56fa6feb89b32f4b",
"type": "github"
},
"original": {
"owner": "noctalia-dev",
- "ref": "v3.3.0",
+ "ref": "v3.4.0",
"repo": "noctalia-shell",
"type": "github"
}
flake.nix
@@ -29,7 +29,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
- noctalia.url = "github:noctalia-dev/noctalia-shell/v3.3.0";
+ noctalia.url = "github:noctalia-dev/noctalia-shell/v3.4.0";
nur.url = "github:nix-community/NUR";