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"; device = "/dev/disk/by-uuid/D290EB87C8A1E82A";
fsType = "ntfs3"; fsType = "ntfs3";
options = [ options = [
"uid=1001" "uid=1000"
"gid=100" "gid=100"
"rw" "rw"
"user" "user"
@@ -71,6 +71,7 @@
users.users.user = { users.users.user = {
isNormalUser = true; isNormalUser = true;
description = "user"; description = "user";
uid = 1000;
extraGroups = [ extraGroups = [
"networkmanager" "networkmanager"
"wheel" "wheel"
@@ -93,10 +94,14 @@
}; };
boot.supportedFilesystems = [ "nfs4" ]; boot.supportedFilesystems = [ "nfs4" ];
environment.variables.QT_QPA_PLATFORMTHEME = "qt5ct";
qt = { qt = {
enable = true; enable = true;
platformTheme = "qt5ct"; platformTheme = "qt5ct";
style = "breeze"; # style = {
# package = pkgs.klassy;
# name = "Klassy";
# };
}; };
services.goxlr-utility.enable = true; services.goxlr-utility.enable = true;
-1
View File
@@ -55,7 +55,6 @@
in in
{ config, pkgs, ... }: { { config, pkgs, ... }: {
environment.systemPackages = [ environment.systemPackages = [
pkgs.git
inputs.music-presence.packages.${pkgs.stdenv.hostPlatform.system}.discord-music-presence inputs.music-presence.packages.${pkgs.stdenv.hostPlatform.system}.discord-music-presence
inputs.zen.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.zen.packages.${pkgs.stdenv.hostPlatform.system}.default
]; ];
+2
View File
@@ -69,6 +69,8 @@ in
programs.dank-material-shell.enable = true; programs.dank-material-shell.enable = true;
programs.fd.enable = true;
programs.fish = { programs.fish = {
enable = true; enable = true;
interactiveShellInit = '' interactiveShellInit = ''
+2 -1
View File
@@ -25,8 +25,9 @@
nix-search nix-search
rofi-calc rofi-calc
renoise renoise
pavucontrol pwvucontrol
lsof lsof
gcc gcc
picard
]; ];
} }