From 49588c5716557635f945752436afb8f16b2230d8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 23 May 2024 09:20:17 -0700 Subject: clean up a bunch of home-manager stuff No need for alacritty, tmux, firefox, and zsh. --- nix/profiles/home-manager/work.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nix/profiles/home-manager/work.nix') diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix index d1341a6..ea9358e 100644 --- a/nix/profiles/home-manager/work.nix +++ b/nix/profiles/home-manager/work.nix @@ -1,10 +1,9 @@ -{ pkgs, self, ... }: { +{ ... }: { home.stateVersion = "23.05"; imports = [ ./dev.nix - ./firefox.nix ./fish.nix ./git.nix ./shell.nix -- cgit v1.2.3