This commit is contained in:
iFargle 2024-02-09 22:44:36 +09:00
parent 32f2d979fd
commit 46155dffef
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: {
{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: {
imports = [
# Modules
inputs.disko.nixosModules.disko

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: {
{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: {
imports = [
# Services
./common/services/openssh.nix

View file

@ -1,4 +1,4 @@
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: {
{ lib, config, unstable-pkgs, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, system, theme, ... }: {
imports = [
# Modules
inputs.disko.nixosModules.disko

View file

@ -1,4 +1,4 @@
{ config, desktop, lib, pkgs, ... }:
{ config, desktop, lib, unstable-pkgs, pkgs, ... }:
let
ifExists = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups;
in {