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
|
||||
@ -162,24 +166,24 @@ in {
|
||||
# gsettings-desktop-schemas
|
||||
];
|
||||
|
||||
#environment.gnome.excludePackages = (with pkgs; [
|
||||
# gnome-photos
|
||||
# gnome-tour
|
||||
#]) ++ (with pkgs.gnome; [
|
||||
# cheese # webcam tool
|
||||
# gnome-music
|
||||
# gnome-terminal
|
||||
# gedit # text editor
|
||||
# epiphany # web browser
|
||||
# geary # email reader
|
||||
# evince # document viewer
|
||||
# gnome-characters
|
||||
# totem # video player
|
||||
# tali # poker game
|
||||
# iagno # go game
|
||||
# hitori # sudoku game
|
||||
# atomix # puzzle game
|
||||
#]);
|
||||
# environment.gnome.excludePackages = (with pkgs; [
|
||||
# gnome-photos
|
||||
# gnome-tour
|
||||
# ]) ++ (with pkgs.gnome; [
|
||||
# cheese # webcam tool
|
||||
# gnome-music
|
||||
# gnome-terminal
|
||||
# gedit # text editor
|
||||
# epiphany # web browser
|
||||
# geary # email reader
|
||||
# evince # document viewer
|
||||
# gnome-characters
|
||||
# totem # video player
|
||||
# tali # poker game
|
||||
# iagno # go game
|
||||
# hitori # sudoku game
|
||||
# atomix # puzzle game
|
||||
# ]);
|
||||
|
||||
fonts.fonts = [ pkgs.font-awesome ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user