update
This commit is contained in:
parent
c24d27b130
commit
6f505c1c33
@ -7,6 +7,7 @@ let
|
||||
unstable = import <unstable> {};
|
||||
in {
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./ledger.nix
|
||||
@ -94,7 +95,7 @@ in {
|
||||
users.users.grimhilt = {
|
||||
isNormalUser = true;
|
||||
home = "/home/grimhilt";
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "docker" "plugdev"];
|
||||
extraGroups = [ "audio" "wheel" "networkmanager" "video" "docker" "plugdev"];
|
||||
};
|
||||
|
||||
# fileSystems."/home/grimhilt/My" = {
|
||||
@ -132,6 +133,7 @@ in {
|
||||
chromium
|
||||
|
||||
# utils
|
||||
dolphin
|
||||
git
|
||||
ranger
|
||||
wget
|
||||
@ -147,6 +149,8 @@ in {
|
||||
nextcloud-client
|
||||
discord
|
||||
onlyoffice-bin
|
||||
unstable.ledger-live-desktop
|
||||
ledger-udev-rules
|
||||
|
||||
# media
|
||||
gimp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user