Gnome is buggy as usual. Getting back to bspwm

This commit is contained in:
Filippo Berto 2022-12-04 15:48:28 +01:00
parent d32d92fcd4
commit 47efbd750a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
8 changed files with 33 additions and 28 deletions

View file

@ -1,7 +1,7 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
{ pkgs, ... }: {
boot.initrd.kernelModules = [ "i915" ];
# boot.kernelPackages = pkgs.linuxPackages;
@ -13,7 +13,7 @@
# };
};
services.displayManager.sddm = {
services.xserver.displayManager.sddm = {
enable = true;
autoNumlock = true;
theme = "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";