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 = [
|
||||
./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
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 = [
|
||||
./tailscale.nix
|
||||
./avahi.nix
|
||||
# ./avahi.nix
|
||||
./kanata.nix
|
||||
./ssh.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue