Wechsel von Gnome zu Plasma KDE
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb.layout = "de";
|
||||
|
||||
+39
-73
@@ -2,9 +2,8 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
./modules/shell/alacritty.nix
|
||||
./system/default.nix
|
||||
./gnome.nix
|
||||
../shell/alacritty.nix
|
||||
../shell/aliases.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
@@ -24,40 +23,6 @@
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
|
||||
# home.file.".alias" = {
|
||||
# source = /home/martin/Nextcloud/IT/mydotfiles/.alias;
|
||||
# recursive = true;
|
||||
# };
|
||||
|
||||
# home.file.".bashrc" = {
|
||||
# source = /home/martin/Nextcloud/IT/mydotfiles/.bashrc;
|
||||
# recursive = true;
|
||||
# };
|
||||
|
||||
#home.file.".config/kitty" = {
|
||||
# source = /home/martin/Nextcloud/IT/mydotfiles/kitty;
|
||||
# recursive = true;
|
||||
#};
|
||||
|
||||
#home.file.".thunderbird" = {
|
||||
# source = /home/martin/Nextcloud/IT/mydotfiles/.thunderbird;
|
||||
# recursive = true;
|
||||
#};
|
||||
|
||||
# home.file.".config/neofetch/config.conf" = {
|
||||
# source = /home/martin/Nextcloud/IT/mydotfiles/neofetch/config.conf;
|
||||
# recursive = true;
|
||||
# };
|
||||
|
||||
#home.file.".config/hypr" = {
|
||||
# source = /home/martin/Nextcloud/IT/mydotfiles/hypr;
|
||||
# recursive = true;
|
||||
#};
|
||||
|
||||
#home.file.".purple" = {
|
||||
# source = /home/martin/Nextcloud/IT/mydotfiles/pidgin/.purple;
|
||||
# recursive = true;
|
||||
#};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
htop
|
||||
@@ -76,7 +41,7 @@
|
||||
# yazi
|
||||
pkgs.p7zip
|
||||
inetutils
|
||||
signal-desktop
|
||||
# signal-desktop
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
# pkgs.hello
|
||||
@@ -109,36 +74,36 @@
|
||||
# org.gradle.daemon.idletimeout=3600000
|
||||
# '';
|
||||
};
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
};
|
||||
|
||||
theme = {
|
||||
name = "palenight";
|
||||
package = pkgs.palenight-theme;
|
||||
};
|
||||
|
||||
cursorTheme = {
|
||||
name = "Numix-Cursor";
|
||||
package = pkgs.numix-cursor-theme;
|
||||
};
|
||||
|
||||
gtk3.extraConfig = {
|
||||
Settings = ''
|
||||
gtk-application-prefer-dark-theme=1
|
||||
'';
|
||||
};
|
||||
|
||||
gtk4.extraConfig = {
|
||||
Settings = ''
|
||||
gtk-application-prefer-dark-theme=1
|
||||
'';
|
||||
};
|
||||
};
|
||||
# gtk = {
|
||||
# enable = true;
|
||||
#
|
||||
# iconTheme = {
|
||||
# name = "Papirus-Dark";
|
||||
# package = pkgs.papirus-icon-theme;
|
||||
# };
|
||||
#
|
||||
# theme = {
|
||||
# name = "palenight";
|
||||
# package = pkgs.palenight-theme;
|
||||
# };
|
||||
#
|
||||
# cursorTheme = {
|
||||
# name = "Numix-Cursor";
|
||||
# package = pkgs.numix-cursor-theme;
|
||||
# };
|
||||
#
|
||||
# gtk3.extraConfig = {
|
||||
# Settings = ''
|
||||
# gtk-application-prefer-dark-theme=1
|
||||
# '';
|
||||
# };
|
||||
#
|
||||
# gtk4.extraConfig = {
|
||||
# Settings = ''
|
||||
# gtk-application-prefer-dark-theme=1
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
# Home Manager can also manage your environment variables through
|
||||
# 'home.sessionVariables'. If you don't want to manage your shell through Home
|
||||
# Manager then you have to manually source 'hm-session-vars.sh' located at
|
||||
@@ -150,12 +115,13 @@
|
||||
#
|
||||
# /etc/profiles/per-user/martin/etc/profile.d/hm-session-vars.sh
|
||||
#
|
||||
home.sessionVariables = {
|
||||
# home.sessionVariables = {
|
||||
# EDITOR = "emacs";
|
||||
GTK_THEME = "palenight";
|
||||
};
|
||||
# GTK_THEME = "palenight";
|
||||
# };
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
fonts.fontconfig.enable = true;
|
||||
programs.home-manager.enable = true;
|
||||
# fonts.fontconfig.enable = true;
|
||||
# programs.home-manager.enable = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user