This commit is contained in:
2024-09-16 15:18:13 -04:00
parent 8022a0a2ab
commit 2e1aac9c19
6 changed files with 70 additions and 69 deletions

View File

@@ -4,7 +4,6 @@
lib,
username,
system,
cpu_arch,
...
}:
{
@@ -35,7 +34,6 @@
};
services = {
#using btrfs, so lets scrub!
btrfs.autoScrub = {
enable = true;
@@ -61,6 +59,7 @@
enable = true;
pkiBundle = "/etc/secureboot";
};
# Bootloader.
loader = {
/*
@@ -103,15 +102,8 @@
environment.systemPackages = with pkgs; [
distrobox
niri
mangohud
];
# programs.steam.gamescopeSession.enable = true;
# programs.gamescope = {
# enable = true;
# capSysNice = true;
# };
#weird hack to get swaylock working? idk, if you don't put this here, password entry doesnt work
#if I move to another lock screen program, i will have to replace `swaylock`
security.pam.services.swaylock = { };