This commit is contained in:
cnst
2024-06-19 18:58:20 +02:00
parent 2fd336174e
commit 8d4a1996c5
3 changed files with 22 additions and 30 deletions

23
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1718243258,
"narHash": "sha256-abBpj2VU8p6qlRzTU8o22q68MmOaZ4v8zZ4UlYl5YRU=",
"lastModified": 1718788307,
"narHash": "sha256-SqiOz0sljM0GjyQEVinPXQxaGcbOXw5OgpCWGPgh/vo=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8d5e27b4807d25308dfe369d5a923d87e7dbfda3",
"rev": "d7830d05421d0ced83a0f007900898bdcaf2a2ca",
"type": "github"
},
"original": {
@@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1718318537,
"narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=",
"lastModified": 1718530797,
"narHash": "sha256-pup6cYwtgvzDpvpSCFh1TEUjw2zkNpk8iolbKnyFmmU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420",
"rev": "b60ebf54c15553b393d144357375ea956f89e9a9",
"type": "github"
},
"original": {
@@ -38,11 +38,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1718208800,
"narHash": "sha256-US1tAChvPxT52RV8GksWZS415tTS7PV42KTc2PNDBmc=",
"lastModified": 1718437845,
"narHash": "sha256-ZT7Oc1g4I4pHVGGjQFnewFVDRLH5cIZhEzODLz9YXeY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "cc54fb41d13736e92229c21627ea4f22199fee6b",
"rev": "752c634c09ceb50c45e751f8791cb45cb3d46c9e",
"type": "github"
},
"original": {
@@ -64,10 +64,9 @@
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"path": "/nix/store/yj1wxm9hh8610iyzqnz75kvs6xl8j3my-source",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
"type": "path"
},
"original": {
"id": "systems",

View File

@@ -47,24 +47,6 @@
# Add stuff for your user as you see fit:
programs.neovim.enable = true;
home.packages = with pkgs; [
# Dev
pyright
python312Packages.pip
python3
nodejs_22
cargo
# Utils
unzip
wget
curl
gzip
p7zip
ripgrep
git
wireguard-tools
networkmanagerapplet
# Desktop
firefox
alacritty

View File

@@ -62,6 +62,17 @@
# System packages
environment.systemPackages = with pkgs; [
git
pyright
python3
gcc
nodejs_22
cargo
gnumake
stow
wget
curl
ripgrep
nixd
neovim
];