more update + age on linux
This commit is contained in:
parent
9d2d87b2fa
commit
0eca687003
3 changed files with 13 additions and 11 deletions
|
|
@ -290,6 +290,9 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# for age
|
||||||
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
||||||
18
flake.lock
18
flake.lock
|
|
@ -163,11 +163,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1767702900,
|
"lastModified": 1767902174,
|
||||||
"narHash": "sha256-xMzHmNytl7JgFRov2jHf2GYsLVp/sAfYO0JvbZt0uDo=",
|
"narHash": "sha256-QRFN1ZColYxWM0qboTeST46LGxmsEnHTObGkbyS87GI=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "38e187fd2f9efac197e03be0c25f3ee215974144",
|
"rev": "a2cc7b0babaec66350a1f1e23db083c4c041de9a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -251,11 +251,11 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1767706705,
|
"lastModified": 1767891011,
|
||||||
"narHash": "sha256-dhZmvfNxhLUg/6wFXhc5hXvbemoI0E5S0Gnbu6vc4yY=",
|
"narHash": "sha256-QLcCz/vb/eyIrwOd1I1iLZkpbkLP0GlAAA8d+NzQv4g=",
|
||||||
"owner": "hyprwm",
|
"owner": "hyprwm",
|
||||||
"repo": "Hyprland",
|
"repo": "Hyprland",
|
||||||
"rev": "f1652b295130fd241bd3a6505908d6db562fdcf1",
|
"rev": "a649dbe4c4f77c75869d9a627961b426a4e16838",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -583,11 +583,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1767640445,
|
"lastModified": 1767767207,
|
||||||
"narHash": "sha256-UWYqmD7JFBEDBHWYcqE6s6c77pWdcU/i+bwD6XxMb8A=",
|
"narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9f0c42f8bc7151b8e7e5840fb3bd454ad850d8c5",
|
"rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
3
home.nix
3
home.nix
|
|
@ -69,6 +69,7 @@ in
|
||||||
#(itch.override {electron_11 = electron_22;})
|
#(itch.override {electron_11 = electron_22;})
|
||||||
|
|
||||||
age
|
age
|
||||||
|
age-plugin-yubikey
|
||||||
gnupg
|
gnupg
|
||||||
fzf
|
fzf
|
||||||
|
|
||||||
|
|
@ -119,7 +120,6 @@ in
|
||||||
] else [
|
] else [
|
||||||
racket
|
racket
|
||||||
gcc
|
gcc
|
||||||
julia
|
|
||||||
godot_4
|
godot_4
|
||||||
gimp3-with-plugins
|
gimp3-with-plugins
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
@ -129,7 +129,6 @@ in
|
||||||
steam-run
|
steam-run
|
||||||
gamemode
|
gamemode
|
||||||
minigalaxy
|
minigalaxy
|
||||||
lunar-client
|
|
||||||
obs-studio
|
obs-studio
|
||||||
kdePackages.kolourpaint
|
kdePackages.kolourpaint
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue