chore: changing up some options
This commit is contained in:
parent
df2064b116
commit
ce8c135e1d
6 changed files with 57 additions and 45 deletions
|
@ -1,4 +1,9 @@
|
|||
{config, lib, pkgs, ...}: let
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.alqueva.river;
|
||||
in {
|
||||
options.alqueva.river = {
|
||||
|
@ -12,7 +17,7 @@ in {
|
|||
enable = true;
|
||||
xwayland.enable = false;
|
||||
extraPackages = [
|
||||
pkgs.swaybg
|
||||
pkgs.wbg
|
||||
pkgs.kanshi
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue