feat: revert back to sway
This commit is contained in:
parent
36f625d387
commit
cacfc5b2d3
7 changed files with 121 additions and 150 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ ... }: {
|
||||
|
||||
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
networking.hostName = "T430";
|
||||
|
|
@ -9,8 +8,8 @@
|
|||
|
||||
gui = {
|
||||
enable = true;
|
||||
greeter.enable = true;
|
||||
flavour = [ "Hyprland" "sway" ];
|
||||
greeter.enable = false;
|
||||
flavour = [ "sway" ];
|
||||
};
|
||||
nvidia.enable = false;
|
||||
audio.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue