update partial flake inputs, add some package to user config
This commit is contained in:
parent
39f4b0bc72
commit
aa4a261a04
3 changed files with 15 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -21,11 +21,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735839355,
|
"lastModified": 1736423292,
|
||||||
"narHash": "sha256-lpCluUgqSIZYgVlc9nxm9+dBN5UWjTXodgGjyHL86HM=",
|
"narHash": "sha256-b4Dsf7/2A+CpfpKYEwcj5Xs9ftJpoLT80onYb0WTedw=",
|
||||||
"owner": "daeuniverse",
|
"owner": "daeuniverse",
|
||||||
"repo": "flake.nix",
|
"repo": "flake.nix",
|
||||||
"rev": "84e086608ebc04973387fd57b548139476358638",
|
"rev": "5022a7b3895d8cfa12cbb2c0db09ed4ecf0a02b8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,6 @@
|
||||||
nixosConfigurations =
|
nixosConfigurations =
|
||||||
let
|
let
|
||||||
nixosConfigDir = ./nixos/configurations;
|
nixosConfigDir = ./nixos/configurations;
|
||||||
|
|
||||||
in
|
in
|
||||||
nixpkgs.lib.genAttrs
|
nixpkgs.lib.genAttrs
|
||||||
(map (f: nixpkgs.lib.removeSuffix ".nix" f) (builtins.attrNames (builtins.readDir nixosConfigDir)))
|
(map (f: nixpkgs.lib.removeSuffix ".nix" f) (builtins.attrNames (builtins.readDir nixosConfigDir)))
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,18 @@
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
taplo
|
taplo
|
||||||
ghostty
|
ghostty
|
||||||
|
sops
|
||||||
|
scrcpy
|
||||||
|
markdown-oxide
|
||||||
|
deno
|
||||||
|
taplo
|
||||||
|
ast-grep
|
||||||
|
lazygit
|
||||||
|
dig
|
||||||
|
fend
|
||||||
|
gh
|
||||||
|
gitoxide
|
||||||
|
kdePackages.kdenlive
|
||||||
];
|
];
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue