Compare commits

..

4 commits

4 changed files with 15 additions and 4 deletions

View file

@ -1,10 +1,10 @@
{
imports = [
./hardware-configuration.nix
./virt.nix
# ./virt.nix
];
programs.appimage.enable = true;
# programs.appimage.enable = true;
# programs.evolution.enable = true; # TODO: move to appropiate place.
# ! HII
@ -13,7 +13,7 @@
joycond = false; #NOTE: enable when game night lol
fingerprint = true;
bluetooth = true;
printer = true;
printer = false;
portable = {
enable = true;

11
switch.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
NH_FLAKE=$(mktemp -d)
git clone . "$NH_FLAKE" #TODO: replace . with valid bash for script dir.
cd "$NH_FLAKE" || exit
git lfs install
git lfs pull
rm -rf "$NH_FLAKE/.git"
nh os switch

View file

@ -1,7 +1,7 @@
{
imports = [
./tailscale.nix
./avahi.nix
# ./avahi.nix
./kanata.nix
./ssh.nix
];