massive structural changes
This commit is contained in:
parent
5f7200bf6b
commit
02aba5b7c1
10 changed files with 532 additions and 561 deletions
|
|
@ -1,18 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
catppuccin,
|
||||
...
|
||||
}: {
|
||||
{catppuccin, ...}: {
|
||||
networking.hostName = "vm";
|
||||
|
||||
# Enable emulation for architectures we're not currently running
|
||||
boot.binfmt.emulatedSystems =
|
||||
lib.optional (pkgs.stdenv.hostPlatform.system != "x86_64-linux") "x86_64-linux"
|
||||
++ lib.optional (pkgs.stdenv.hostPlatform.system != "aarch64-linux") "aarch64-linux"
|
||||
++ lib.optional (pkgs.stdenv.hostPlatform.system != "riscv64-linux") "riscv64-linux";
|
||||
|
||||
catppuccin.accent = "green";
|
||||
|
||||
home-manager.users.sckova = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue