Move i3 and autorandr into desktop modules
This commit is contained in:
parent
64b3299b82
commit
42742700a6
|
@ -12,6 +12,10 @@ in
|
||||||
{
|
{
|
||||||
imports = [ ../../modules/nixos/desktop ];
|
imports = [ ../../modules/nixos/desktop ];
|
||||||
|
|
||||||
|
_module.args = {
|
||||||
|
inherit inputs self username;
|
||||||
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
|
|
@ -41,16 +41,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
(import ../../modules/nixos/autorandr.nix)
|
|
||||||
(import ../../modules/nixos/i3.nix {
|
|
||||||
inherit
|
|
||||||
inputs
|
|
||||||
pkgs
|
|
||||||
self
|
|
||||||
username
|
|
||||||
;
|
|
||||||
})
|
|
||||||
|
|
||||||
configuration
|
configuration
|
||||||
hardwareConfiguration
|
hardwareConfiguration
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
|
./autorandr.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./gitea.nix
|
./gitea.nix
|
||||||
|
./i3.nix
|
||||||
./immich.nix
|
./immich.nix
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./xbanish.nix
|
./xbanish.nix
|
||||||
|
|
Loading…
Reference in a new issue