Gnome is buggy as usual. Getting back to bspwm
This commit is contained in:
parent
d32d92fcd4
commit
47efbd750a
8 changed files with 33 additions and 28 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue