diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-21 22:54:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-21 22:55:11 +0530 |
| commit | af8872a053562d79a9a3b63f24caba6f648142e5 (patch) | |
| tree | 656a5e66723d2965ac112415c14aaa5848c98c1d /hardware-configuration.nix | |
| parent | 3f07b159c4f5d03066699001cbc13d8725e75d71 (diff) | |
| download | nixos-config-af8872a053562d79a9a3b63f24caba6f648142e5.tar.gz nixos-config-af8872a053562d79a9a3b63f24caba6f648142e5.zip | |
Adds home manager and refactors startx config
Diffstat (limited to '')
| -rw-r--r-- | hardware-configuration.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 518b633..d657746 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -2,10 +2,6 @@ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { config, lib, pkgs, modulesPath, ... }: - -#let - #rtl8822ce = pkgs.callPackage ./packages/drivers/rtl8822ce.nix {}; -#in { imports = [ (modulesPath + "/installer/scan/not-detected.nix") |
