Add multiple hosts & restructure things

This commit is contained in:
2024-01-30 02:51:16 +00:00
parent f5f1a2b69c
commit 5e5508ec84
37 changed files with 596 additions and 510 deletions

View File

@@ -1,11 +1,10 @@
{ pkgs, ... }: {
{ pkgs, lib, config, ... }: {
home.packages = [
pkgs.grc
pkgs.fishPlugins.grc
];
programs.fish = {
enable = true;
interactiveShellInit = ''
set fish_greeting # Disable greeting
'';