Compare commits

..

No commits in common. "87efdf668eec46607bd79ac4ec3a97378c63f3f7" and "7b8dc455d2d2804efff870a9c1cafb2f387e357e" have entirely different histories.

4 changed files with 11 additions and 11 deletions

View file

@ -106,15 +106,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729221539, "lastModified": 1729154804,
"narHash": "sha256-REh7hzFcVv6LngqX5xcjJC5KM41k1oJ6accEJjrEihA=", "narHash": "sha256-hh35utNgzDIBVVRH/wW/puIhKSgVTqdWaF9/EpU3ZZc=",
"owner": "Dr-42", "owner": "GaspardCulis",
"repo": "end-rs", "repo": "end-rs",
"rev": "6f75f9fc569ef842c687fc908f573be5a414ce19", "rev": "242b9c3abeb1652a7993399e17f8da7595d74cd2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Dr-42", "owner": "GaspardCulis",
"ref": "fix/deadlocks",
"repo": "end-rs", "repo": "end-rs",
"type": "github" "type": "github"
} }

View file

@ -23,7 +23,7 @@
}; };
end-rs = { end-rs = {
url = "github:Dr-42/end-rs"; url = "github:GaspardCulis/end-rs/fix/deadlocks";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -9,12 +9,12 @@
gtk = { gtk = {
enable = true; enable = true;
theme = { theme = {
package = pkgs.whitesur-gtk-theme; package = pkgs.qogir-theme;
name = "WhiteSur-Dark-solid-nord"; name = "qogir-dark";
}; };
iconTheme = { iconTheme = {
package = pkgs.whitesur-icon-theme; package = pkgs.qogir-icon-theme;
name = "WhiteSur"; name = "Qogir";
}; };
}; };
} }

View file

@ -11,6 +11,5 @@
../term ../term
../editor ../editor
../de ../de
../themes/pomme.nix
]; ];
} }