Move i3 and autorandr into desktop modules

This commit is contained in:
Oliver Davies 2024-11-21 16:21:14 +00:00
parent 64b3299b82
commit 42742700a6
5 changed files with 6 additions and 10 deletions

View file

@ -12,6 +12,10 @@ in
{
imports = [ ../../modules/nixos/desktop ];
_module.args = {
inherit inputs self username;
};
nixpkgs = {
config = {
allowUnfree = true;

View file

@ -41,16 +41,6 @@ inputs.nixpkgs.lib.nixosSystem {
};
}
(import ../../modules/nixos/autorandr.nix)
(import ../../modules/nixos/i3.nix {
inherit
inputs
pkgs
self
username
;
})
configuration
hardwareConfiguration

View file

@ -1,8 +1,10 @@
{
imports = [
../.
./autorandr.nix
./fonts.nix
./gitea.nix
./i3.nix
./immich.nix
./jellyfin.nix
./xbanish.nix