aboutsummaryrefslogtreecommitdiff
path: root/nix/hosts/darwin/work
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-08 14:59:03 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-08 15:36:32 -0800
commit48ea2837adff1483d6d5e8dd6f65611914ddda88 (patch)
tree8adb236371b1b3db63d450bb98b583b5d0f67cc6 /nix/hosts/darwin/work
parentrefactor overall configuration (diff)
downloadinfra-48ea2837adff1483d6d5e8dd6f65611914ddda88.tar.gz
more refactoring
Diffstat (limited to 'nix/hosts/darwin/work')
-rw-r--r--nix/hosts/darwin/work/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/nix/hosts/darwin/work/default.nix b/nix/hosts/darwin/work/default.nix
deleted file mode 100644
index 9d5f2c0..0000000
--- a/nix/hosts/darwin/work/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ pkgs, self, ... }: {
- users.users.fcuny.home = "/Users/fcuny";
- users.users.fcuny.shell = pkgs.fish;
- programs.fish.enable = true;
- environment.shells = [ pkgs.fish ];
-
- system.stateVersion = 5;
-
- home-manager.users.fcuny =
- import "${self}/nix/profiles/home-manager/work.nix";
-}