back to bspwm
This commit is contained in:
parent
53178c2688
commit
38240ac19e
@ -70,7 +70,7 @@
|
|||||||
vim ranger weechat bc w3m gnupg zathura jumanji go14Packages.ipfs.bin
|
vim ranger weechat bc w3m gnupg zathura jumanji go14Packages.ipfs.bin
|
||||||
tmux htop rxvt_unicode pandoc mosh
|
tmux htop rxvt_unicode pandoc mosh
|
||||||
# Desktop Applications
|
# Desktop Applications
|
||||||
chromium libreoffice gnome3.geary
|
chromium libreoffice
|
||||||
# Media
|
# Media
|
||||||
beets mpd mpc_cli ncmpcpp popcorntime mpv
|
beets mpd mpc_cli ncmpcpp popcorntime mpv
|
||||||
# Drivers and other compatibility-aimed packages
|
# Drivers and other compatibility-aimed packages
|
||||||
@ -79,10 +79,6 @@
|
|||||||
screenfetch scrot iotop iftop
|
screenfetch scrot iotop iftop
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.gnome3.excludePackages = with pkgs.gnome3; [
|
|
||||||
totem gnome-contacts bijiben evolution gnome-getting-started-docs empathy
|
|
||||||
];
|
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableFontDir = true;
|
enableFontDir = true;
|
||||||
enableGhostscriptFonts = true;
|
enableGhostscriptFonts = true;
|
||||||
@ -95,14 +91,6 @@
|
|||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
||||||
gnome3 = {
|
|
||||||
seahorse.enable = true;
|
|
||||||
tracker.enable = true;
|
|
||||||
gvfs.enable = true;
|
|
||||||
gnome-keyring.enable = true;
|
|
||||||
sushi.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# SSH
|
# SSH
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -115,8 +103,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
videoDrivers = [ "nvidia" ];
|
videoDrivers = [ "nvidia" ];
|
||||||
layout = "it";
|
layout = "it";
|
||||||
displayManager.gdm.enable = true;
|
windowManager.bspwm.enable = true;
|
||||||
desktopManager.gnome3.enable = true;
|
desktopManager.xterm.enable = false;
|
||||||
|
desktopManager.default = "none";
|
||||||
|
windowManager.default = "bspwm";
|
||||||
};
|
};
|
||||||
|
|
||||||
mpd = {
|
mpd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user