Add NixOS config
This commit is contained in:
commit
6020d64797
43 changed files with 1372 additions and 0 deletions
16
nixos/modules/bundle.nix
Normal file
16
nixos/modules/bundle.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
imports = [
|
||||
./hypr/bundle.nix
|
||||
./steam.nix
|
||||
./waybar.nix
|
||||
./user.nix
|
||||
./brightness.nix
|
||||
./fingerprint.nix
|
||||
./rebinding.nix
|
||||
./foot.nix
|
||||
./git.nix
|
||||
./thunderbird.nix
|
||||
./lidswitch.nix
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue