mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added various gadget programs
This commit is contained in:
parent
f5bab74dfa
commit
eba2a75276
4 changed files with 15 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
# manage.
|
||||
home.username = "misschloe777";
|
||||
home.homeDirectory = "/home/misschloe777";
|
||||
|
||||
# This value determines the Home Manager release that your configuration is
|
||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||
# introduces backwards incompatible changes.
|
||||
|
@ -350,6 +349,12 @@
|
|||
network.startWhenNeeded = true;
|
||||
};
|
||||
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
search_mode = "fuzzy";
|
||||
};
|
||||
};
|
||||
# programs.moonlight = {
|
||||
# enable = true;
|
||||
# configs.stable = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue