mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 21:52:33 -05:00
some updates
This commit is contained in:
parent
5bb3ebc640
commit
bc81713c7d
3 changed files with 30 additions and 72 deletions
|
|
@ -34,6 +34,7 @@
|
|||
environment = lib.mkIf config.desktop.sway.enable {
|
||||
sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -243,6 +243,13 @@ lib.mkIf config.user.overseer.enable {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
"Nixpkgs Versions" = [
|
||||
{
|
||||
href = "https://lazamar.co.uk/nix-versions/";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue