BSPWM configuration for Thor

This commit is contained in:
Filippo Berto 2022-05-09 01:46:24 +02:00
parent 0cbcfa9fa0
commit f37f46c65a
9 changed files with 114 additions and 113 deletions

View file

@ -1,7 +1,5 @@
{ config, pkgs, lib, ... }:
{
imports = [ ./hardware-configuration.nix ];
boot = {
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
kernelPackages = pkgs.linuxPackages_5_17;
@ -132,12 +130,9 @@
desktopManager = {
# gnome.enable = true;
# cinnamon.enable = true;
plasma5 = {
enable = true;
runUsingSystemd = true;
useQtScaling = true;
};
# plasma5 = { enable = true; runUsingSystemd = true; useQtScaling = true; };
};
windowManager.bspwm = { enable = true; };
# displayManager.gdm = { enable = true; nvidiaWayland = true; };
displayManager.sddm.enable = true;
layout = "us";
@ -152,6 +147,7 @@
security = {
rtkit.enable = true;
pam.services = { autounlock_gnome_keyring.enableGnomeKeyring = true; };
sudo.extraConfig = ''
Defaults pwfeedback
'';