niri config

This commit is contained in:
William 2025-05-22 09:52:44 -03:00
parent 4d65ec9ae6
commit 180a071620
7 changed files with 141 additions and 22 deletions

View file

@ -25,7 +25,6 @@
compositor = "kwin";
};
};
desktopManager.plasma6.enable = true;
pipewire = {
enable = true;
alsa.enable = true;
@ -35,8 +34,12 @@
wireplumber.enable = true;
};
};
# programs.hyprland.enable = true;
programs.niri.enable = true;
environment.systemPackages = with pkgs; [
anyrun
foot
xwayland-satellite
];
hardware = {
xpadneo.enable = true;
@ -52,7 +55,7 @@
enable = true;
xdgOpenUsePortal = true;
extraPortals = with pkgs; [
kdePackages.xdg-desktop-portal-kde
# kdePackages.xdg-desktop-portal-kde
xdg-desktop-portal-gtk
xdg-desktop-portal-gnome
];

View file

@ -27,14 +27,12 @@
];
directories = [
"/etc/NetworkManager/system-connections"
"/etc/waydroid-extra/images/"
"/var/lib/bluetooth"
"/var/lib/flatpak"
"/var/lib/nixos"
"/var/lib/systemd/coredump"
"/var/lib/systemd/timers"
"/var/lib/tailscale"
"/var/lib/waydroid"
"/var/log"
];
};

View file

@ -46,6 +46,7 @@
let
kdepkgs = with pkgs.kdePackages; [
ark
dolphin
dolphin-plugins
kolourpaint
];
@ -156,18 +157,6 @@
roboto
];
};
environment.plasma6.excludePackages = (
with pkgs.kdePackages;
[
discover
elisa
gwenview
kate
khelpcenter
oxygen
]
);
}
))
];

View file

@ -32,7 +32,6 @@
virtualisation = {
libvirtd.enable = true;
lxd.enable = true;
waydroid.enable = true;
};
})
];