Compare commits
4 commits
7c7afd07b3
...
b4187028fb
| Author | SHA1 | Date | |
|---|---|---|---|
| b4187028fb | |||
| fd0dabe782 | |||
| a49835fd9f | |||
| 7b178625b6 |
4 changed files with 15 additions and 4 deletions
|
|
@ -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 = true;
|
printer = false;
|
||||||
|
|
||||||
portable = {
|
portable = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
11
switch.sh
Executable file
11
switch.sh
Executable 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
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./avahi.nix
|
# ./avahi.nix
|
||||||
./kanata.nix
|
./kanata.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue