Added Emacs nix module and modified things here and there.
This commit is contained in:
parent
d4df25abdf
commit
859036ba7c
10 changed files with 85 additions and 82 deletions
17
nix/hosts/kirigiri/configuration.nix
Normal file
17
nix/hosts/kirigiri/configuration.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../modules/kanata/kanata.nix
|
||||
../../modules/efi.nix
|
||||
../../modules/laptop.nix
|
||||
../../modules/hypr.nix
|
||||
../../modules/emacs.nix
|
||||
];
|
||||
|
||||
networking.hostName = "kirigiri";
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue