diff --git a/configuration.nix b/configuration.nix index ce031a2..5bfbd63 100644 --- a/configuration.nix +++ b/configuration.nix @@ -70,7 +70,7 @@ vim ranger weechat bc w3m gnupg zathura jumanji go14Packages.ipfs.bin tmux htop rxvt_unicode pandoc mosh # Desktop Applications - chromium libreoffice gnome3.geary + chromium libreoffice # Media beets mpd mpc_cli ncmpcpp popcorntime mpv # Drivers and other compatibility-aimed packages @@ -79,10 +79,6 @@ screenfetch scrot iotop iftop ]; - environment.gnome3.excludePackages = with pkgs.gnome3; [ - totem gnome-contacts bijiben evolution gnome-getting-started-docs empathy - ]; - fonts = { enableFontDir = true; enableGhostscriptFonts = true; @@ -95,14 +91,6 @@ services = { - gnome3 = { - seahorse.enable = true; - tracker.enable = true; - gvfs.enable = true; - gnome-keyring.enable = true; - sushi.enable = true; - }; - # SSH openssh = { enable = true; @@ -115,8 +103,10 @@ enable = true; videoDrivers = [ "nvidia" ]; layout = "it"; - displayManager.gdm.enable = true; - desktopManager.gnome3.enable = true; + windowManager.bspwm.enable = true; + desktopManager.xterm.enable = false; + desktopManager.default = "none"; + windowManager.default = "bspwm"; }; mpd = {