got rid of all the needless directories. will be sorting dotfiles to fit nix home manager in the near future.
This commit is contained in:
parent
7ac00f2417
commit
ae6fda00a0
38 changed files with 102 additions and 1062 deletions
18
.config/nix/hosts/cantor/configuration.nix
Normal file
18
.config/nix/hosts/cantor/configuration.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ config, pkgs, lib, inputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../modules/kanata.nix
|
||||
../../modules/laptop.nix
|
||||
../../modules/efi.nix
|
||||
../../modules/hypr.nix
|
||||
../../modules/syncthing.nix
|
||||
];
|
||||
|
||||
networking.hostName = "cantor";
|
||||
# Overriding this, as the touchpad doesn't work properly anymore.
|
||||
services.libinput.enable = lib.mkForce false;
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue