mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Cleanup and fix sway first workspace
This commit is contained in:
parent
c5f988764c
commit
a9ff6300b4
2 changed files with 11 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue