Initial switch to sway
This commit is contained in:
9
machines/sway.nix
Normal file
9
machines/sway.nix
Normal file
@ -0,0 +1,9 @@
|
||||
inputs:
|
||||
{ config, lib, pkgs, ... }: {
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
}
|
Reference in New Issue
Block a user