diff --git a/flake.nix b/flake.nix index 7094c70..784eeae 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; - #nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/nixosModules/home.nix b/nixosModules/home.nix index 74b6948..7cbb0d5 100644 --- a/nixosModules/home.nix +++ b/nixosModules/home.nix @@ -120,8 +120,6 @@ }; - services.udiskie.enable = true; - # This value determines the home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new home Manager release introduces backwards