aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux/rivendell
diff options
context:
space:
mode:
Diffstat (limited to 'machines/nixos/x86_64-linux/rivendell')
-rw-r--r--machines/nixos/x86_64-linux/rivendell/default.nix9
-rw-r--r--machines/nixos/x86_64-linux/rivendell/home.nix6
2 files changed, 0 insertions, 15 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell/default.nix b/machines/nixos/x86_64-linux/rivendell/default.nix
index 8e54b4c..7c94470 100644
--- a/machines/nixos/x86_64-linux/rivendell/default.nix
+++ b/machines/nixos/x86_64-linux/rivendell/default.nix
@@ -1,6 +1,5 @@
{
lib,
- adminUser,
config,
modulesPath,
inputs,
@@ -11,14 +10,6 @@
(modulesPath + "/installer/scan/not-detected.nix")
inputs.nixos-hardware.nixosModules.framework-desktop-amd-ai-max-300-series
./disks.nix
- {
- home-manager.users.${adminUser.name} = {
- imports = [
- ./home.nix
- { home.stateVersion = "25.05"; }
- ];
- };
- }
];
services.fwupd.enable = true;
diff --git a/machines/nixos/x86_64-linux/rivendell/home.nix b/machines/nixos/x86_64-linux/rivendell/home.nix
deleted file mode 100644
index 8f0935e..0000000
--- a/machines/nixos/x86_64-linux/rivendell/home.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ self, ... }:
-{
- imports = [
- "${self}/home/programs/bat.nix"
- ];
-}