update
This commit is contained in:
+7
-2
@@ -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;
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
@@ -69,6 +69,8 @@ in
|
||||
|
||||
programs.dank-material-shell.enable = true;
|
||||
|
||||
programs.fd.enable = true;
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
|
||||
+2
-1
@@ -25,8 +25,9 @@
|
||||
nix-search
|
||||
rofi-calc
|
||||
renoise
|
||||
pavucontrol
|
||||
pwvucontrol
|
||||
lsof
|
||||
gcc
|
||||
picard
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user