KDE eingerichtet
This commit is contained in:
@@ -41,6 +41,11 @@
|
|||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||||
|
config.common.default = [ "kde" "gtk" ];
|
||||||
|
};
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||||
|
|||||||
@@ -44,7 +44,6 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
niri.nixosModules.niri
|
niri.nixosModules.niri
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./modules/shell/alacritty.nix
|
./modules/shell/alacritty.nix
|
||||||
./modules/shell/aliases.nix
|
./modules/shell/aliases.nix
|
||||||
./modules/user/gnome-home.nix
|
# ./modules/user/gnome-home.nix
|
||||||
./modules/user/kde-home.nix
|
./modules/user/kde-home.nix
|
||||||
./modules/user/niri-home.nix
|
./modules/user/niri-home.nix
|
||||||
# ./modules/user/hyprland-home.nix
|
# ./modules/user/hyprland-home.nix
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
# manage.
|
# manage.
|
||||||
home.username = "martin";
|
home.username = "martin";
|
||||||
home.homeDirectory = "/home/martin";
|
home.homeDirectory = "/home/martin";
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||||
# introduces backwards incompatible changes.
|
# introduces backwards incompatible changes.
|
||||||
@@ -23,6 +22,9 @@
|
|||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
|
|
||||||
|
programs.plasma = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
htop
|
htop
|
||||||
|
|||||||
Reference in New Issue
Block a user