make home configs work
This commit is contained in:
parent
f0c21b2e79
commit
30f81b2b79
29 changed files with 2131 additions and 2033 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }@inputs:
|
||||
{ machine, ... }@inputs:
|
||||
{
|
||||
imports = [
|
||||
./nvim
|
||||
|
|
@ -11,10 +11,9 @@
|
|||
./niri
|
||||
./zed
|
||||
./firefox
|
||||
./xdg.nix
|
||||
];
|
||||
|
||||
custom.program.graphcial-packages = {
|
||||
custom.program.graphcial-packages = machine.program {
|
||||
requirements = [ "graphical" ];
|
||||
home-config =
|
||||
{ pkgs, ... }:
|
||||
|
|
@ -34,7 +33,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
custom.program.discord = {
|
||||
custom.program.discord = machine.program {
|
||||
requirements = [ "graphical" ];
|
||||
home-config =
|
||||
{
|
||||
|
|
@ -150,7 +149,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
custom.program.fun-packages = {
|
||||
custom.program.fun-packages = machine.program {
|
||||
requirements = [ "fun" ];
|
||||
home-config =
|
||||
{ pkgs, ... }:
|
||||
|
|
@ -162,7 +161,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
custom.program.cli-packages = {
|
||||
custom.program.cli-packages = machine.program {
|
||||
requirements = [ "cli" ];
|
||||
home-config =
|
||||
{ config, pkgs, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue