Compare commits
No commits in common. "87efdf668eec46607bd79ac4ec3a97378c63f3f7" and "7b8dc455d2d2804efff870a9c1cafb2f387e357e" have entirely different histories.
87efdf668e
...
7b8dc455d2
4 changed files with 11 additions and 11 deletions
11
flake.lock
11
flake.lock
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
|
||||
end-rs = {
|
||||
url = "github:Dr-42/end-rs";
|
||||
url = "github:GaspardCulis/end-rs/fix/deadlocks";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,6 +11,5 @@
|
|||
../term
|
||||
../editor
|
||||
../de
|
||||
../themes/pomme.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue