From aa05056e55dfa143b38776737802b7dfb8a2c0e4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 12 Oct 2025 15:45:01 -0700 Subject: initial setup for the framework destkop (named rivendell) --- machines/nixos/x86_64-linux/rivendell/home.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 machines/nixos/x86_64-linux/rivendell/home.nix (limited to 'machines/nixos/x86_64-linux/rivendell/home.nix') diff --git a/machines/nixos/x86_64-linux/rivendell/home.nix b/machines/nixos/x86_64-linux/rivendell/home.nix new file mode 100644 index 0000000..8f0935e --- /dev/null +++ b/machines/nixos/x86_64-linux/rivendell/home.nix @@ -0,0 +1,6 @@ +{ self, ... }: +{ + imports = [ + "${self}/home/programs/bat.nix" + ]; +} -- cgit v1.2.3