This commit is contained in:
2026-01-11 21:19:17 +01:00
parent 05429407db
commit 2586d31db5
6 changed files with 69 additions and 84 deletions

View File

@@ -25,8 +25,6 @@
programs.niri.enable = true;
programs.adb.enable = true;
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@@ -75,7 +73,13 @@ fileSystems."mnt/win" = {
};
# Enable the X11 windowing system. You can disable this if you're only using the Wayland session.
services.xserver.enable = true;
services.xserver = {
enable = true;
desktopManager = {
xterm.enable = false;
xfce.enable = false;
};
};
xdg.portal = {
enable = true;
@@ -88,10 +92,10 @@ fileSystems."mnt/win" = {
default = [ "gtk" ];
};
niri = {
default = [
"gtk"
"gnome"
];
# default = [
# "gtk"
# "gnome"
# ];
"org.freedesktop.impl.portal.ScreenCast" = [ "gnome" ];
"org.freedesktop.impl.portal.Screenshot" = [ "gnome" ];
};
@@ -101,8 +105,10 @@ fileSystems."mnt/win" = {
# Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm.enable = true;
services.displayManager.ly.enable = false;
services.desktopManager.plasma6.enable = true;
# Configure keymap in X11
services.xserver = { xkb.layout = "us"; xkb.variant = "";
};
@@ -166,19 +172,11 @@ programs.nix-ld.enable = true;
vim
wget
git
kitty
tree
nodejs
gparted
ntfs3g
heroic
wineWowPackages.stable
winetricks
spotify
#spicetify-cli
sshfs
freetube
# anydesk
devenv
# sway
@@ -206,8 +204,6 @@ hardware.amdgpu.opencl.enable = true;
programs.steam = {
enable = true;
};
services.gnome.gnome-keyring.enable = true;
programs.sway = {
@@ -229,7 +225,7 @@ hardware.amdgpu.opencl.enable = true;
# List services that you want to enable:
# Enable the OpenSSH daemon. services.openssh.enable = true;
services.openssh.enable = true;
# Open ports in the firewall. networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; Or disable the firewall altogether.