cleanup
This commit is contained in:
parent
3e13c291d3
commit
80b473a09f
3 changed files with 8 additions and 43 deletions
16
flake.nix
16
flake.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue