This commit is contained in:
Daniel Meiburg 2023-10-09 10:53:20 +02:00
parent 2d558b6a91
commit 8b1f46273d
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
3 changed files with 16 additions and 8 deletions

View File

@ -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": {

View File

@ -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

View File

@ -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 = [