started modifing configuration structure
This commit is contained in:
12
system/wm/sway/default.nix
Normal file
12
system/wm/sway/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
../gnome-keyring
|
||||
../dbus
|
||||
];
|
||||
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user