This commit is contained in:
mjallen18
2024-05-27 13:21:42 -05:00
parent 3879dcb7f2
commit f082127583
3 changed files with 100 additions and 81 deletions

View File

@@ -8,8 +8,8 @@ let
password =
"$y$j9T$EkPXmsmIMFFZ.WRrBYCxS1$P0kwo6e4.WM5DsqUcEqWC3MrZp5KfCjxffraMFZWu06";
hostname = "matt-nixos";
gnome = true;
plasma = false;
gnome = false;
plasma = true;
in {
imports = [ # Include the results of the hardware scan.
./hardware-configuration.nix