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" ]; };