loki - swich to framework and primary, book to not primary
This commit is contained in:
parent
97c172a0d0
commit
c249aff6a6
4 changed files with 8 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.dell-xps-13-9310
|
||||
inputs.nixos-hardware.nixosModules.framework-amd-ai-300-series
|
||||
./hardware-configuration.nix
|
||||
# ../disko/nvme.nix
|
||||
../workstation
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
auto-cpufreq.enable = true;
|
||||
gnome-calendar.enable = true;
|
||||
};
|
||||
primary.enable = false;
|
||||
primary.enable = true;
|
||||
wm = {
|
||||
sway.enable = true;
|
||||
kde.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue