diff options
| author | adikro <adikro@disroot.org> | 2025-12-20 15:25:38 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-20 15:25:38 +0100 |
| commit | c1d9af57156f3c95590d9a12c394ee064df9696e (patch) | |
| tree | 7e515761590c510c30329ef8548c7d84a8e95aaa /sys/wm/niri.nix | |
| parent | 791bc419b6dac7c70951981ef6b34cdf85828470 (diff) | |
added disko config for laptop, added storage and memory modules
Diffstat (limited to 'sys/wm/niri.nix')
| -rw-r--r-- | sys/wm/niri.nix | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/sys/wm/niri.nix b/sys/wm/niri.nix index 96a08ca..c92b068 100644 --- a/sys/wm/niri.nix +++ b/sys/wm/niri.nix @@ -1,11 +1,11 @@ { inputs, config, lib, pkgs, username, ... }: let - cfg = config.szpont.sys.wm.niri; + cfg = config.sys.wm.niri; in { imports = [ inputs.niri.nixosModules.niri ]; - options.szpont.sys.wm.niri.enable = lib.mkEnableOption "Niri"; + options.sys.wm.niri.enable = lib.mkEnableOption "Niri"; config = lib.mkIf cfg.enable { nixpkgs.overlays = [ inputs.niri.overlays.niri ]; @@ -15,16 +15,7 @@ in package = pkgs.niri-unstable; }; - xdg.portal = { - enable = true; - extraPortals = [ - pkgs.xdg-desktop-portal-gtk - ]; - }; - - services.dbus.enable = true; - - szpont.sys.srv.compat.enable = true; - home-manager.users.${username}.szpont.hm.env.niri.enable = true; + sys.srv.compat.enable = true; + home-manager.users.${username}.hm.env.niri.enable = true; }; } |
