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
|
|
@ -63,12 +63,12 @@ with lib; {
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
# Enable the GNOME 3 Desktop Environment.
|
||||
desktopManager.gnome.enable = true;
|
||||
# desktopManager.gnome.enable = true;
|
||||
# desktopManager.plasma5 = {
|
||||
# enable = true;
|
||||
# runUsingSystemd = true;
|
||||
# };
|
||||
# windowManager.bspwm.enable = true;
|
||||
windowManager.bspwm.enable = true;
|
||||
|
||||
|
||||
# Configure keymap in X11
|
||||
|
|
|
|||
|
|
@ -16,7 +16,12 @@
|
|||
libvdpau-va-gl
|
||||
];
|
||||
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
# services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.displayManager.sddm = {
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
theme = "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
|
||||
};
|
||||
|
||||
# This runs only Intel and nvidia does not drain power.
|
||||
##### disable nvidia for a very nice battery life.
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
12
odin/hm.nix
12
odin/hm.nix
|
|
@ -114,11 +114,11 @@
|
|||
../hm_modules/alacritty.nix
|
||||
../hm_modules/autorandr.nix
|
||||
../hm_modules/blender.nix
|
||||
# ../hm_modules/bspwm.nix
|
||||
../hm_modules/bspwm.nix
|
||||
../hm_modules/cava.nix
|
||||
../hm_modules/easyeffects.nix
|
||||
# ../hm_modules/dunst.nix
|
||||
../hm_modules/gnome_shell.nix
|
||||
# ../hm_modules/gnome_shell.nix
|
||||
# ../hm_modules/grobi.nix
|
||||
../hm_modules/gtk_theme.nix
|
||||
../hm_modules/heif.nix
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
# ../hm_modules/onedrive.nix
|
||||
../hm_modules/pass.nix
|
||||
../hm_modules/picom.nix
|
||||
# ../hm_modules/polybar.nix
|
||||
../hm_modules/polybar.nix
|
||||
# ../hm_modules/pro_audio.nix
|
||||
# ../hm_modules/pycharm.nix
|
||||
../hm_modules/rofi.nix
|
||||
|
|
@ -152,11 +152,11 @@
|
|||
../hm_modules/sxhkd.nix
|
||||
../hm_modules/syncthing.nix
|
||||
../hm_modules/terminator.nix
|
||||
# ../hm_modules/thunar.nix
|
||||
# ../hm_modules/twmn.nix
|
||||
../hm_modules/thunar.nix
|
||||
../hm_modules/twmn.nix
|
||||
../hm_modules/update_background.nix
|
||||
../hm_modules/webapp.nix
|
||||
# ../hm_modules/xidlehook.nix
|
||||
../hm_modules/xidlehook.nix
|
||||
../hm_modules/zathura.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue