added worklaptop, added firefox to i3 config.
This commit is contained in:
parent
202cd21542
commit
9959cdfcbe
7 changed files with 181 additions and 19 deletions
|
@ -90,12 +90,10 @@
|
|||
# NixOS configuration entrypoint
|
||||
# Available through 'nixos-rebuild --flake .#your-hostname'
|
||||
nixosConfigurations = {
|
||||
archlaptop-vm = import ./hosts/archlaptop-vm {inherit inputs configLib;};
|
||||
workstation-vm = import ./hosts/workstation-vm {inherit inputs configLib;};
|
||||
gv-wsl = import ./hosts/wsl-workstation.nix {inherit inputs configLib;};
|
||||
rockhole = import ./hosts/rockhole64 {inherit inputs configLib;};
|
||||
cirrus = import ./hosts/cirrus {inherit inputs configLib;};
|
||||
cirrostratus = import ./hosts/cirrostratus {inherit inputs configLib;};
|
||||
worklaptop = import ./hosts/worklaptop {inherit inputs configLib;};
|
||||
};
|
||||
|
||||
# Standalone home-manager configuration entrypoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue