recombine laptop+pc config

This commit is contained in:
atagen 2025-08-22 13:45:43 +10:00
commit faa8d577e4
11 changed files with 153 additions and 338 deletions

View file

@ -1,10 +1,10 @@
{ pkgs, inputs, ... }:
{
imports = [
inputs.lix-module.nixosModules.default
];
pkgs,
inputs,
...
}: {
nix = {
package = pkgs.lixPackageSets.git.lix;
settings = {
experimental-features = [
"nix-command"
@ -20,7 +20,7 @@
optimise.automatic = true;
};
system.nixos.tags = [ "fatcock-xxl" ];
system.nixos.tags = ["fatcock-xxl"];
hjem = {
clobberByDefault = true;

View file

@ -8,8 +8,8 @@
environment.systemPackages = getPkgs {
inherit (pkgs)
nixfmt-rfc-style
nil
;
inherit (inputs.nil.packages.${pkgs.system}) nil;
};
imports = [
inputs.nix-index-database.nixosModules.nix-index