Compare commits

..

No commits in common. "b4187028fbed40503651abe5b80bc97f1fc25c9b" and "7c7afd07b3448e348105ed746138a69413af1ade" have entirely different histories.

4 changed files with 4 additions and 15 deletions

View file

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

View file

@ -1,11 +0,0 @@
#!/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 = [ imports = [
./tailscale.nix ./tailscale.nix
# ./avahi.nix ./avahi.nix
./kanata.nix ./kanata.nix
./ssh.nix ./ssh.nix
]; ];