update partial flake inputs, add some package to user config

This commit is contained in:
Ulic-youthlic 2025-01-10 15:59:07 +08:00
parent 39f4b0bc72
commit aa4a261a04
3 changed files with 15 additions and 4 deletions

6
flake.lock generated
View file

@ -21,11 +21,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1735839355,
"narHash": "sha256-lpCluUgqSIZYgVlc9nxm9+dBN5UWjTXodgGjyHL86HM=",
"lastModified": 1736423292,
"narHash": "sha256-b4Dsf7/2A+CpfpKYEwcj5Xs9ftJpoLT80onYb0WTedw=",
"owner": "daeuniverse",
"repo": "flake.nix",
"rev": "84e086608ebc04973387fd57b548139476358638",
"rev": "5022a7b3895d8cfa12cbb2c0db09ed4ecf0a02b8",
"type": "github"
},
"original": {

View file

@ -125,7 +125,6 @@
nixosConfigurations =
let
nixosConfigDir = ./nixos/configurations;
in
nixpkgs.lib.genAttrs
(map (f: nixpkgs.lib.removeSuffix ".nix" f) (builtins.attrNames (builtins.readDir nixosConfigDir)))

View file

@ -63,6 +63,18 @@
telegram-desktop
taplo
ghostty
sops
scrcpy
markdown-oxide
deno
taplo
ast-grep
lazygit
dig
fend
gh
gitoxide
kdePackages.kdenlive
];
programs.ssh = {
enable = true;