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