Compare commits

...

2 Commits

Author SHA1 Message Date
5fe381b450 Give daniel neovim
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2026-01-03 23:37:11 +00:00
13ed9c038c Update blog source with new subsetting switch
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
2026-01-03 23:36:46 +00:00
2 changed files with 7 additions and 4 deletions

View File

@@ -71,6 +71,9 @@ in
isNormalUser = true;
group = "daniel";
extraGroups = [ "wheel" ];
packages = with pkgs; [
neovim
];
};
security.sudo.wheelNeedsPassword = false;

8
flake.lock generated
View File

@@ -79,11 +79,11 @@
"web-files": "web-files"
},
"locked": {
"lastModified": 1767245488,
"narHash": "sha256-1k5tmmIGJLjWEwfg9zr7ZA0N/ICuTphTBLJisrNevxA=",
"lastModified": 1767483202,
"narHash": "sha256-JHDGY3GkfMmyWh/W3nyZDNz6FLHALpz+rHiY7D9h6qg=",
"ref": "refs/heads/master",
"rev": "2cc6cadb8c2a053c16561afaf12c23c027d89285",
"revCount": 222,
"rev": "ff8fe17cdec2dcb3647af7433214e8f4ac9258da",
"revCount": 223,
"type": "git",
"url": "https://dev.danilafe.com/Nix-Configs/blog-static-flake.git"
},