This commit is contained in:
2025-08-21 20:15:24 +01:00
parent d9ec914402
commit 195d2042ca
8 changed files with 82 additions and 71 deletions

View File

@@ -53,20 +53,8 @@
fontDir.enable = true;
};
specialisation = {
niri.configuration = {
programs.niri.enable = true;
};
plasma.configuration = {
boot.loader.systemd-boot.sortKey = "default";
services.blueman.enable = false;
services.desktopManager.plasma6.enable = true;
};
};
programs = {
sway.enable = true;
# niri.enable = true;
steam = {
enable = true;

View File

@@ -26,12 +26,14 @@
enable = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiIntel
intel-vaapi-driver
];
};
programs.kdeconnect.enable = true;
programs.niri.enable = true;
# programs.virt-manager.enable = true;
# users.groups.libvirtd.members = ["daniel"];
@@ -45,6 +47,8 @@
interfaces.wlp170s0.useDHCP = true;
};
environment.pathsToLink = [ "/share/xdg-desktop-portal" "/share/applications" ];
services = {
fprintd.enable = true;

View File

@@ -38,6 +38,17 @@
wlr-randr
];
specialisation = {
niri.configuration = {
programs.niri.enable = true;
};
plasma.configuration = {
boot.loader.systemd-boot.sortKey = "default";
services.blueman.enable = false;
services.desktopManager.plasma6.enable = true;
};
};
security.pam.u2f = {
enable = true;
};