mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-16 23:06:05 +01:00
feat: swaylock
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
||||
# bluetooth support
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
@@ -110,7 +110,8 @@
|
||||
uid = 1000;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
};
|
||||
|
||||
# Login configuration
|
||||
security.pam.services.swaylock = {};
|
||||
# This value determines the NixOS release with which your system is to be
|
||||
# compatible, in order to avoid breaking some software such as database
|
||||
# servers. You should change this only after NixOS release notes say you
|
||||
@@ -118,5 +119,4 @@
|
||||
system.stateVersion = "18.09";
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
|
||||
}
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
wofi
|
||||
libsForQt5.sddm
|
||||
wlogout
|
||||
swaylock-effects
|
||||
# Ricing apps
|
||||
spotify-qt
|
||||
cava
|
||||
|
||||
Reference in New Issue
Block a user