Move NixOS modules

This commit is contained in:
Oliver Davies 2024-09-23 08:49:12 +01:00
parent e17aa080ba
commit 8b0d618672
5 changed files with 9 additions and 5 deletions

View file

@ -9,10 +9,7 @@ let
username = "opdavies"; username = "opdavies";
in in
{ {
imports = [ imports = [ ../../modules/nixos/desktop ];
../../modules/mixins/docker.nix
../../modules/mixins/fonts.nix
];
nixpkgs.config = { nixpkgs.config = {
allowUnfree = true; allowUnfree = true;

View file

@ -0,0 +1 @@
{ imports = [ ./docker.nix ]; }

View file

@ -0,0 +1,6 @@
{
imports = [
../.
./fonts.nix
];
}

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
let let
theme = import ../../lib/theme { inherit pkgs; }; theme = import ../../../lib/theme { inherit pkgs; };
in in
{ {
fonts = { fonts = {