feat: backup

This commit is contained in:
Yadunand Prem 2024-05-08 16:05:58 +08:00
parent 5df71bf3d9
commit 3198c5def6
No known key found for this signature in database
3 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,6 @@
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./falcon-nixos/configuration.nix ./falcon-nixos/configuration.nix
agenix.nixosModules.default agenix.nixosModules.default

View File

@ -8,4 +8,7 @@
# extraLuaConfig = '' ''; # extraLuaConfig = '' '';
# extraPackages = [ ]; # extraPackages = [ ];
}; };
home.packages = [
pkgs.nil
];
} }

View File

@ -32,6 +32,7 @@
pkgs.typst pkgs.typst
pkgs.typst-lsp pkgs.typst-lsp
pkgs.lazygit pkgs.lazygit
pkgs.jq
# Neovim deps # Neovim deps
# pkgs.texlab # pkgs.texlab