mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: remove unused configuration and flakes
This commit is contained in:
parent
b02ef14ef1
commit
ba100b98ba
6 changed files with 2 additions and 102 deletions
|
|
@ -40,7 +40,6 @@ with lib; let
|
|||
inputs.nixos-facter-modules.nixosModules.facter
|
||||
inputs.fireproof-shell.nixosModules.default
|
||||
inputs.niri.nixosModules.niri
|
||||
inputs.zwift.nixosModules.zwift
|
||||
../modules/base
|
||||
../modules/programs
|
||||
(mkSystemImports hostname)
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
_: {
|
||||
programs.zwift.enable = true;
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
environment.variables = {
|
||||
WINE_EXPERIMENTAL_WAYLAND = "1";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue