working on the stateless kiosk, dynamic hostnames not yet working
This commit is contained in:
7
sw/stateless-kiosk/programs.nix
Normal file
7
sw/stateless-kiosk/programs.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user