mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 15:30:14 +00:00
update lockfile, pin age with overlay
This commit is contained in:
@ -150,6 +150,12 @@
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# Age encryption (pin because of failed builds)
|
||||
age = {
|
||||
url = "github:FiloSottile/age/v1.1.1";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# Nextcloud Apps
|
||||
nextcloud-news = {
|
||||
url =
|
||||
@ -208,6 +214,7 @@
|
||||
(import ./overlays/mpv-scripts.nix inputs)
|
||||
(import ./overlays/nextcloud-apps.nix inputs)
|
||||
(import ./overlays/betterlockscreen.nix)
|
||||
(import ./overlays/age.nix inputs)
|
||||
];
|
||||
|
||||
# System types to support.
|
||||
|
Reference in New Issue
Block a user