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": {
"lastModified": 1729221539,
"narHash": "sha256-REh7hzFcVv6LngqX5xcjJC5KM41k1oJ6accEJjrEihA=",
"owner": "Dr-42",
"lastModified": 1729154804,
"narHash": "sha256-hh35utNgzDIBVVRH/wW/puIhKSgVTqdWaF9/EpU3ZZc=",
"owner": "GaspardCulis",
"repo": "end-rs",
"rev": "6f75f9fc569ef842c687fc908f573be5a414ce19",
"rev": "242b9c3abeb1652a7993399e17f8da7595d74cd2",
"type": "github"
},
"original": {
"owner": "Dr-42",
"owner": "GaspardCulis",
"ref": "fix/deadlocks",
"repo": "end-rs",
"type": "github"
}

View file

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

View file

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

View file

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