switched to gnome
This commit is contained in:
parent
245cd32505
commit
a69090c342
@ -37,7 +37,7 @@
|
|||||||
i18n = {
|
i18n = {
|
||||||
consoleFont = "lat9w-16";
|
consoleFont = "lat9w-16";
|
||||||
consoleKeyMap = "it";
|
consoleKeyMap = "it";
|
||||||
defaultLocale = "en_US.UTF-8";
|
defaultLocale = "it_IT.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
@ -67,7 +67,9 @@
|
|||||||
# Games
|
# Games
|
||||||
minecraft steam
|
minecraft steam
|
||||||
# Productivity and applications
|
# Productivity and applications
|
||||||
vim ranger chromium irssi bc w3m gnupg libreoffice zathura go14Packages.ipfs.bin
|
vim ranger irssi bc w3m gnupg zathura go14Packages.ipfs.bin
|
||||||
|
# Desktop applications
|
||||||
|
chromium libreoffice gnome3.polari gnome3.geary
|
||||||
# Media
|
# Media
|
||||||
beets mpd mpc_cli ncmpcpp popcorntime mpv
|
beets mpd mpc_cli ncmpcpp popcorntime mpv
|
||||||
# System utilities, drivers...
|
# System utilities, drivers...
|
||||||
@ -76,6 +78,10 @@
|
|||||||
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;
|
||||||
@ -87,6 +93,16 @@
|
|||||||
# Services
|
# Services
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
||||||
|
gnome3 = {
|
||||||
|
seahorse.enable = true;
|
||||||
|
tracker.enable = true;
|
||||||
|
gvfs.enable = true;
|
||||||
|
gnome-keyring.enable = true;
|
||||||
|
sushi.enable = true;
|
||||||
|
};
|
||||||
|
dbus.packages = [ pkgs.telepathy_idle ];
|
||||||
|
|
||||||
# SSH
|
# SSH
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -99,10 +115,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
videoDrivers = [ "nvidia" ];
|
videoDrivers = [ "nvidia" ];
|
||||||
layout = "it";
|
layout = "it";
|
||||||
windowManager.bspwm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
desktopManager.xterm.enable = false;
|
desktopManager.gnome3.enable = true;
|
||||||
desktopManager.default = "none";
|
|
||||||
windowManager.default = "bspwm";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
mpd = {
|
mpd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user