Compare commits

...

3 commits

Author SHA1 Message Date
2abd639bea homeFiles: Add ntfy configuration
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-05-25 18:31:47 +03:00
852d8962b3 homeFiles: Remove redundant ripgrep configuration
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-05-25 18:31:36 +03:00
30663a70e7 homeFiles: Move zellij.nix import to config.nix
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-05-25 18:31:22 +03:00
2 changed files with 3 additions and 4 deletions

View file

@ -3,6 +3,7 @@
./homeFiles.nix ./homeFiles.nix
./fish.nix ./fish.nix
./starship.nix ./starship.nix
./zellij.nix
./firefox.nix ./firefox.nix
./cli.nix ./cli.nix
./mpv.nix ./mpv.nix

View file

@ -4,15 +4,13 @@
lib, lib,
... ...
}: { }: {
imports = [./zellij.nix];
home.file.".cargo/config.toml".text = '' home.file.".cargo/config.toml".text = ''
[build] [build]
target-dir = "/mnt/build" target-dir = "/mnt/build"
''; '';
home.file.".config/ripgrep/ignore".text = '' home.file.".config/ntfy/client.yml".text = ''
-. default-host: https://ntfy.gkaklas.gr
''; '';
home.file.".config/containers/storage.conf".text = '' home.file.".config/containers/storage.conf".text = ''