jdfadskfljfsfalkdsfjaklaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
55b1c49913
commit
9833180135
7 changed files with 372 additions and 38 deletions
40
common.nix
40
common.nix
|
@ -31,29 +31,29 @@ with builtins;
|
|||
home.sessionVariables.TZ = nixosConfig.time.timeZone;
|
||||
};
|
||||
|
||||
#services.xserver = {
|
||||
#enable = true;
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
#desktopManager = {
|
||||
#xterm.enable = false;
|
||||
#};
|
||||
desktopManager = {
|
||||
xterm.enable = false;
|
||||
};
|
||||
|
||||
#displayManager = {
|
||||
#defaultSession = "none+i3";
|
||||
#gdm.enable = true;
|
||||
#};
|
||||
displayManager = {
|
||||
defaultSession = "none+i3";
|
||||
gdm.enable = true;
|
||||
};
|
||||
|
||||
#windowManager.i3 = {
|
||||
#enable = true;
|
||||
#package = pkgs.i3-gaps;
|
||||
#extraPackages = with pkgs; [
|
||||
## gnome.gdm i3lock-fancy rofi rofimoji volumeicon feh xorg.xinput dunst
|
||||
## arandr lxappearance gruvbox-dark-gtk gruvbox-dark-icons-gtk
|
||||
## gruvterial-theme flameshot tesseract5 imagemagick xclip polybar kitty
|
||||
## xkeysnail gtk-engine-murrine playerctl xmacro
|
||||
#];
|
||||
#};
|
||||
#};
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
package = pkgs.i3-gaps;
|
||||
extraPackages = with pkgs; [
|
||||
gnome.gdm i3lock-fancy rofi rofimoji volumeicon feh xorg.xinput dunst
|
||||
arandr lxappearance gruvbox-dark-gtk gruvbox-dark-icons-gtk
|
||||
gruvterial-theme flameshot tesseract5 imagemagick xclip polybar kitty
|
||||
xkeysnail gtk-engine-murrine playerctl xmacro
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.dconf.enable = true;
|
||||
|
||||
qt5.platformTheme = "qt5ct";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue