Cleanup and fix sway first workspace

This commit is contained in:
Tyler Mayoff 2025-03-03 20:56:09 -05:00
parent c5f988764c
commit a9ff6300b4
2 changed files with 11 additions and 3 deletions

View file

@ -28,7 +28,6 @@
boot = {
loader = {
timeout = 0;
systemd-boot = {
enable = true;
configurationLimit = 5;
@ -151,12 +150,17 @@
# Install firefox.
programs.firefox.enable = true;
programs.fish.enable = true;
# Sway
programs.sway = {
enable = true;
# package = null;
wrapperFeatures.gtk = true;
};
security.pam.services.swaylock = {};
security.pam.services.swaylock.fprintAuth = true;
programs.appimage = {
enable = true;
binfmt = true;