Merge branch 'main' of github.com:FabricSoul/nixos-configs

This commit is contained in:
FabricSoul 2025-08-17 02:05:27 -04:00
commit 9bbc7bca09
6 changed files with 61 additions and 49 deletions

View file

@ -8,18 +8,6 @@
};
environment.systemPackages = with pkgs; [
kdePackages.discover # Optional: Install if you use Flatpak or fwupd firmware update sevice
kdePackages.kcalc # Calculator
kdePackages.kcharselect # Tool to select and copy special characters from all installed fonts
kdePackages.kcolorchooser # A small utility to select a color
kdePackages.kolourpaint # Easy-to-use paint program
kdePackages.ksystemlog # KDE SystemLog Application
kdePackages.sddm-kcm # Configuration module for SDDM
kdiff3 # Compares and merges 2 or 3 files or directories
kdePackages.isoimagewriter # Optional: Program to write hybrid ISO files onto USB disks
kdePackages.partitionmanager # Optional Manage the disk devices, partitions and file systems on your computer
hardinfo2 # System information and benchmarks for Linux systems
haruna # Open source video player built with Qt/QML and libmpv
wayland-utils # Wayland utilities
wl-clipboard # Command-line copy/paste utilities for Wayland
];

View file

@ -10,7 +10,7 @@
./hardware-configuration.nix
# Common configurations
# ../common/optional/plasma.nix
../common/optional/plasma.nix
../common/global
../common/optional/nvidia.nix
../common/optional/docker.nix
@ -68,7 +68,7 @@
};
# Display manager configuration
services.displayManager.defaultSession = "dwl";
services.displayManager.defaultSession = "plasma";
# Basic system packages
environment.systemPackages = with pkgs; [
@ -79,5 +79,6 @@
usbutils
obs-studio
ntfs3g
firefox
];
}