refactor2
This commit is contained in:
parent
701c9d71f0
commit
7fa104b722
30 changed files with 240 additions and 111 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ home-manager, ags, sops-nix, ... } @ inputs: {
|
||||
{ home-manager, ags, sops-nix, matshell, ... } @ inputs: {
|
||||
imports = [
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
home-manager.users."lilith" = {
|
||||
imports = [
|
||||
# ags.homeManagerModules.default
|
||||
matshell.homeManagerModules.default
|
||||
sops-nix.homeManagerModules.sops
|
||||
# ./ags # ToDo: get codin :3
|
||||
./hyprland
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
{ matshell, ...}: {
|
||||
imports = [ matshell.homeManagerModules.default ];
|
||||
|
||||
{...} @ inputs: {
|
||||
programs.ags = {
|
||||
matshell.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue