[NixOS] add kat.nix

This commit is contained in:
Ivan Malison 2023-06-28 23:08:24 -06:00
parent bd2364ee28
commit 9d6aca59eb
3 changed files with 8 additions and 1 deletions

1
nixos/.gitignore vendored
View File

@ -1 +0,0 @@
flake.lock

7
nixos/kat.nix Normal file
View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
bitwarden
obsidian
];
}

View File

@ -4,6 +4,7 @@
../base.nix
../essential-no-arm.nix
../desktop.nix
../kat.nix
];
networking.hostName = "nixquick";