Workstation module for graphics

This commit is contained in:
2025-08-31 04:59:17 +02:00
parent 7a7b3315d0
commit 0644a1a54f
6 changed files with 33 additions and 101 deletions

View File

@@ -3,7 +3,6 @@
{
# Basic services
services.locate.enable = true;
services.printing.enable = true;
# Nix fun
nixpkgs.config.allowUnfree = true;
@@ -13,14 +12,6 @@
programs.nix-ld.enable = true;
environment = {
sessionVariables = {
NIXOS_OZONE_WL = "1";
QTWEBENGINE_CHROMIUM_FLAGS="--blink-settings=darkModeEnabled=true";
QT_QPA_PLATFORMTHEME = "qt6ct";
WLR_NO_HARDWARE_CURSORS= "1";
QT_STYLE_OVERRIDE = "kvantum";
QT_QPA_PLATFORM="xcb";
};
systemPackages = with pkgs; [
git
starship
@@ -38,10 +29,6 @@
};
};
fonts.packages = with pkgs; [
nerd-fonts.fira-code
];
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";