Compare commits
2 commits
7b8dc455d2
...
87efdf668e
Author | SHA1 | Date | |
---|---|---|---|
|
87efdf668e | ||
|
0a7a1c9240 |
4 changed files with 11 additions and 11 deletions
11
flake.lock
11
flake.lock
|
@ -106,16 +106,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729154804,
|
"lastModified": 1729221539,
|
||||||
"narHash": "sha256-hh35utNgzDIBVVRH/wW/puIhKSgVTqdWaF9/EpU3ZZc=",
|
"narHash": "sha256-REh7hzFcVv6LngqX5xcjJC5KM41k1oJ6accEJjrEihA=",
|
||||||
"owner": "GaspardCulis",
|
"owner": "Dr-42",
|
||||||
"repo": "end-rs",
|
"repo": "end-rs",
|
||||||
"rev": "242b9c3abeb1652a7993399e17f8da7595d74cd2",
|
"rev": "6f75f9fc569ef842c687fc908f573be5a414ce19",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "GaspardCulis",
|
"owner": "Dr-42",
|
||||||
"ref": "fix/deadlocks",
|
|
||||||
"repo": "end-rs",
|
"repo": "end-rs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
end-rs = {
|
end-rs = {
|
||||||
url = "github:GaspardCulis/end-rs/fix/deadlocks";
|
url = "github:Dr-42/end-rs";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -9,12 +9,12 @@
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
package = pkgs.qogir-theme;
|
package = pkgs.whitesur-gtk-theme;
|
||||||
name = "qogir-dark";
|
name = "WhiteSur-Dark-solid-nord";
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.qogir-icon-theme;
|
package = pkgs.whitesur-icon-theme;
|
||||||
name = "Qogir";
|
name = "WhiteSur";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,5 +11,6 @@
|
||||||
../term
|
../term
|
||||||
../editor
|
../editor
|
||||||
../de
|
../de
|
||||||
|
../themes/pomme.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue