From ee3b4012c350e75f1e2b83eb069c4fd7fdfc245e Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Fri, 27 Dec 2024 18:52:54 +0100 Subject: [PATCH] Removed old home-manager code --- configuration.nix | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/configuration.nix b/configuration.nix index 732d424..4139630 100644 --- a/configuration.nix +++ b/configuration.nix @@ -99,48 +99,6 @@ nixd ]; - home-manager = { - backupFileExtension = "backup"; - - users.martin = { - - gtk = { - enable = true; - theme = { - name = "Adwaita-dark"; - package = pkgs.gnome-themes-extra; - }; - }; - - home = { - username = "martin"; - homeDirectory = "/home/martin"; - - sessionVariables = { - EDITOR = "nvim"; - }; - - stateVersion = "24.11"; - }; - - programs = { - git = { - enable = true; - userName = "Martin Berg Alstad"; - userEmail = "git@martials.no"; - }; - - kitty.enable = true; - - neovim = { - enable = true; - vimAlias = true; - }; - }; - }; - #wayland.windowManager.hyprland.enable = true; - }; - nix = { settings.experimental-features = [ "nix-command" "flakes" ]; };