activated amdgpu module
This commit is contained in:
parent
90992598a2
commit
ffaac68fa6
|
@ -19,6 +19,7 @@ in
|
|||
./core
|
||||
./dev
|
||||
./games
|
||||
./hardware
|
||||
];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
@ -12,6 +12,7 @@ case "$choice" in
|
|||
cp -rv users /etc/nixos
|
||||
cp -rv *.nix /etc/nixos/
|
||||
cp -rv games /etc/nixos/
|
||||
cp -rv hardware /etc/nixos/
|
||||
;;
|
||||
n|N )
|
||||
echo "aborting..."
|
||||
|
|
Loading…
Reference in New Issue