initial commit
This commit is contained in:
commit
5d1efc4092
7 changed files with 493 additions and 0 deletions
17
hosts/peach.nix
Normal file
17
hosts/peach.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, lib, catppuccin, ... }: {
|
||||
networking.hostName = "peach";
|
||||
|
||||
catppuccin = {
|
||||
accent = "peach";
|
||||
};
|
||||
|
||||
home-manager.users.sckova = {
|
||||
imports = [ catppuccin.homeModules.catppuccin ];
|
||||
};
|
||||
|
||||
hardware.asahi = {
|
||||
extractPeripheralFirmware = true;
|
||||
peripheralFirmwareDirectory = ../firmware;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue