nit: make nix flake check happy

This commit is contained in:
Infinidoge 2022-10-19 15:03:58 -04:00
parent 0e590162d2
commit 7827b01899
5 changed files with 5 additions and 21 deletions

View file

@ -5,8 +5,6 @@
profiles = with profiles;
[
networking.wireless
btrfs
];
};
@ -23,9 +21,6 @@
gpu.amdgpu = true;
wireless.enable = true;
};
services = {
proxy.enable = true;
};
desktop.wm.enable = true;
};
}