migration to default.nix success
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
inputs.home-manager.nixosModules.default
|
||||
|
||||
inputs.system.nixosModule
|
||||
];
|
||||
|
||||
boot = {
|
||||
@@ -206,7 +205,7 @@
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
users = {
|
||||
"nathan" = lib.mkMerge [
|
||||
inputs.nathan.homeManagerModule
|
||||
inputs.nathan-home-manager
|
||||
{
|
||||
config.homeconfig = {
|
||||
impermanence.enable = true;
|
||||
|
||||
@@ -5,4 +5,5 @@
|
||||
./packages
|
||||
./programs
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
options.sysconfig.opts.ags.enable = lib.options.mkOption {
|
||||
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
options.sysconfig.opts.ags.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.sysconfig.opts.ags.enable {
|
||||
services = {
|
||||
upower.enable = true;
|
||||
gvfs.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
};
|
||||
config = lib.mkIf config.sysconfig.opts.ags.enable {
|
||||
services = {
|
||||
upower.enable = true;
|
||||
gvfs.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user