chore: update flake.lock; update noctalia-shell
This commit is contained in:
Generated
+132
-748
File diff suppressed because it is too large
Load Diff
@@ -81,7 +81,7 @@
|
|||||||
};
|
};
|
||||||
niri.url = "github:sodiboo/niri-flake";
|
niri.url = "github:sodiboo/niri-flake";
|
||||||
noctalia = {
|
noctalia = {
|
||||||
url = "github:noctalia-dev/noctalia-shell/v4.7.0";
|
url = "github:noctalia-dev/noctalia-shell/v4.7.1";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.noctalia-qs.inputs.treefmt-nix.follows = "";
|
inputs.noctalia-qs.inputs.treefmt-nix.follows = "";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -38,7 +38,10 @@ in
|
|||||||
dataHome = "${homedir}/.local/share";
|
dataHome = "${homedir}/.local/share";
|
||||||
stateHome = "${homedir}/.local/state";
|
stateHome = "${homedir}/.local/state";
|
||||||
|
|
||||||
userDirs.enable = true;
|
userDirs = {
|
||||||
|
enable = true;
|
||||||
|
setSessionVariables = true;
|
||||||
|
};
|
||||||
|
|
||||||
configFile."mimeapps.list".force = true;
|
configFile."mimeapps.list".force = true;
|
||||||
|
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
gtk4 = {
|
gtk4 = {
|
||||||
|
theme = null;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
gtk-decoration-layout = ":none";
|
gtk-decoration-layout = ":none";
|
||||||
gtk-application-prefer-dark-theme = 1;
|
gtk-application-prefer-dark-theme = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user