Initial switch to sway

This commit is contained in:
2024-08-10 12:27:56 +02:00
parent 5a58ab78a6
commit c2bf499c19
8 changed files with 277 additions and 2 deletions

9
machines/sway.nix Normal file
View 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";
}