mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 23:35:51 -06:00
add overlay
This commit is contained in:
parent
42fde14fdb
commit
f7319aa6ce
1 changed files with 39 additions and 25 deletions
|
@ -12,6 +12,21 @@
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(self: super: /* overlay goes here */
|
||||||
|
|
||||||
|
{
|
||||||
|
wavebox = super.wavebox.overrideAttrs (old: {
|
||||||
|
version = "10.107.10";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
)
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# networking.hostName = "nixos"; # Define your hostname.
|
# networking.hostName = "nixos"; # Define your hostname.
|
||||||
|
|
||||||
# time.timeZone = "Europe/Amsterdam";
|
# time.timeZone = "Europe/Amsterdam";
|
||||||
|
@ -60,8 +75,7 @@
|
||||||
# rofi
|
# rofi
|
||||||
# picom
|
# picom
|
||||||
# dunst
|
# dunst
|
||||||
(wavebox.override {
|
|
||||||
version = 10.107 .10 })
|
|
||||||
firefox
|
firefox
|
||||||
(python3.withPackages (p: with p;
|
(python3.withPackages (p: with p;
|
||||||
[ pynvim ]))
|
[ pynvim ]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue