removed kde installed gnome
This commit is contained in:
parent
9ae96d3115
commit
627645145d
|
@ -77,8 +77,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
# KDE
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
# Gnome
|
||||
services.desktopManager.gnome.enable = true;
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
||||
|
@ -88,7 +88,7 @@
|
|||
# Enable flakes and other experimental features
|
||||
nix = {
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
package = pkgs.nixFlakes;
|
||||
#package = pkgs.nixFlakes;
|
||||
};
|
||||
|
||||
# Sway
|
||||
|
@ -111,7 +111,7 @@
|
|||
# services.xserver.xkb.options = "eurosign:e,caps:escape";
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
dina-font
|
||||
|
@ -137,7 +137,7 @@
|
|||
packages = with pkgs; [
|
||||
teams-for-linux firefox ncpamixer starship discord fastfetch
|
||||
emacsPackages.vterm zed-editor heroic virt-manager
|
||||
chromium
|
||||
chromium pavucontrol
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -154,10 +154,7 @@
|
|||
du-dust fd bat
|
||||
# Sway
|
||||
swaylock swayidle swaybg waybar fuzzel gammastep mako
|
||||
neovim emacs
|
||||
|
||||
# KDE
|
||||
krita kdePackages.krunner
|
||||
neovim emacs
|
||||
|
||||
neofetch glances inxi htop bottom
|
||||
wget curl
|
||||
|
|
Loading…
Reference in a new issue