Compare commits

..

No commits in common. "eb8474aba79ecf5f79fd44223d9be6f05cd3473d" and "259f1b51b841f57cdeb938141d744a4af68e3015" have entirely different histories.

2 changed files with 7 additions and 6 deletions

View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1710055150,
"narHash": "sha256-Nc8ojxTO2a70qnU8f6bVRs4WhuoFQL74gMTkRaCjg5M=",
"lastModified": 1709988192,
"narHash": "sha256-qxwIkl85P0I1/EyTT+NJwzbXdOv86vgZxcv4UKicjK8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "fe4180ad3f07a2064fed7875183509e7e0eb07cd",
"rev": "b0b0c3d94345050a7f86d1ebc6c56eea4389d030",
"type": "github"
},
"original": {
@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1709961763,
"narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=",
"lastModified": 1709703039,
"narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34",
"rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d",
"type": "github"
},
"original": {

View file

@ -32,6 +32,7 @@
isNormalUser = true;
description = "florian";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [nixd];
};
services.flatpak.enable = true;