This commit is contained in:
2026-07-04 10:54:26 +02:00
parent 5dd59ed360
commit 1c47ae519c
4 changed files with 11 additions and 4 deletions
+7 -2
View File
@@ -11,7 +11,7 @@
device = "/dev/disk/by-uuid/D290EB87C8A1E82A";
fsType = "ntfs3";
options = [
"uid=1001"
"uid=1000"
"gid=100"
"rw"
"user"
@@ -71,6 +71,7 @@
users.users.user = {
isNormalUser = true;
description = "user";
uid = 1000;
extraGroups = [
"networkmanager"
"wheel"
@@ -93,10 +94,14 @@
};
boot.supportedFilesystems = [ "nfs4" ];
environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct";
qt = {
enable = true;
platformTheme = "qt5ct";
style = "breeze";
# style = {
# package = pkgs.klassy;
# name = "Klassy";
# };
};
services.goxlr-utility.enable = true;
-1
View File
@@ -55,7 +55,6 @@
in
{ config, pkgs, ... }: {
environment.systemPackages = [
pkgs.git
inputs.music-presence.packages.${pkgs.stdenv.hostPlatform.system}.discord-music-presence
inputs.zen.packages.${pkgs.stdenv.hostPlatform.system}.default
];
+2
View File
@@ -69,6 +69,8 @@ in
programs.dank-material-shell.enable = true;
programs.fd.enable = true;
programs.fish = {
enable = true;
interactiveShellInit = ''
+2 -1
View File
@@ -25,8 +25,9 @@
nix-search
rofi-calc
renoise
pavucontrol
pwvucontrol
lsof
gcc
picard
];
}