From 8b1f46273dad5d809be255fb77b6d25d3f654363 Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Mon, 9 Oct 2023 10:53:20 +0200 Subject: [PATCH] Update --- flake.lock | 12 ++++++------ home.nix | 10 +++++++++- hosts/workstation.nix | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 9529531..6afa025 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1696371324, - "narHash": "sha256-0ycIheYRxzPOL9XBWiAm/af9cqRmsiy701OpjsRsKiw=", + "lastModified": 1696737557, + "narHash": "sha256-YD/pjDjj/BNmisEvRdM/vspkCU3xyyeGVAUWhvVSi5Y=", "owner": "nix-community", "repo": "home-manager", - "rev": "e63c30fe9792b57dea1eab98be6871a0e42a33c9", + "rev": "3c1d8758ac3f55ab96dcaf4d271c39da4b6e836d", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1696019113, - "narHash": "sha256-X3+DKYWJm93DRSdC5M6K5hLqzSya9BjibtBsuARoPco=", + "lastModified": 1696604326, + "narHash": "sha256-YXUNI0kLEcI5g8lqGMb0nh67fY9f2YoJsILafh6zlMo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f5892ddac112a1e9b3612c39af1b72987ee5783a", + "rev": "87828a0e03d1418e848d3dd3f3014a632e4a4f64", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index 020d4b7..264359b 100644 --- a/home.nix +++ b/home.nix @@ -2,8 +2,9 @@ { home.packages = with pkgs; [ - pcmanfm anki + arduino-cli + dig direnv fd # find alternative ffmpeg @@ -15,6 +16,7 @@ git-lfs gnumake gnupg + gthumb htop kanshi kitty @@ -23,18 +25,24 @@ megatools mpv networkmanagerapplet + nmap nnn + nodejs obsidian pass pavucontrol + pcmanfm pinentry-qt pulseaudio + pv + rawtherapee ripgrep swaylock swayidle thunderbird tmux tree-sitter + unzip waybar wdisplays wl-clipboard diff --git a/hosts/workstation.nix b/hosts/workstation.nix index b338850..5e3c8a0 100644 --- a/hosts/workstation.nix +++ b/hosts/workstation.nix @@ -63,7 +63,7 @@ users.users.dm = { isNormalUser = true; description = "Daniel Meiburg"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "dialout"]; packages = with pkgs; [ ]; openssh.authorizedKeys.keys = [