recombine laptop+pc config
This commit is contained in:
commit
faa8d577e4
11 changed files with 153 additions and 338 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue