diff options
| author | Grisha Shipunov | 2025-06-24 20:09:06 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-06-24 20:09:06 +0200 |
| commit | 80b473a09fba1ec5dafb39cf5ac2180998d7ccdf (patch) | |
| tree | aadbdc568cf81a5656fdf4e25c601b97f4844c47 /flake.nix | |
| parent | 3e13c291d37c1fe440092267ea1e016dcdf23f9f (diff) | |
cleanup
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -35,11 +35,6 @@ inputs.flake-utils.follows = "flake-utils"; }; - home-manager = { - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; - }; - tmux-yank = { url = "github:tmux-plugins/tmux-yank"; flake = false; @@ -48,7 +43,6 @@ outputs = inputs@{ - home-manager, lanzaboote, microvm, nixos-hardware, @@ -107,23 +101,15 @@ lanzaboote.nixosModules.lanzaboote nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen3 - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.users."0xa" = import ./hosts/toaster/0xa-home.nix; - } - ./hosts/toaster ./modules/basic-tools ./modules/binary-caches.nix ./modules/devtools.nix ./modules/emacs.nix + ./modules/gnome.nix ./modules/gnupg.nix ./modules/mail - ./modules/mail - ./modules/niri.nix ./modules/radio.nix ./modules/science.nix ./modules/tlp.nix |
