fs idk
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user