mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
style: run statix
This commit is contained in:
parent
5b7fe1dae8
commit
ebabf4f335
7 changed files with 25 additions and 25 deletions
|
|
@ -107,11 +107,11 @@ in
|
|||
|
||||
(sources.agenix + "/modules/age.nix")
|
||||
|
||||
((import sources.url-eater).nixosModules.default)
|
||||
(import sources.url-eater).nixosModules.default
|
||||
|
||||
(sources.nixos-hardware + "/framework/13-inch/7040-amd")
|
||||
|
||||
(import (sources.lix-module + "/module.nix") {lix = sources.lix;})
|
||||
(import (sources.lix-module + "/module.nix") {inherit (sources) lix;})
|
||||
|
||||
#
|
||||
# home-manager
|
||||
|
|
@ -177,7 +177,7 @@ in
|
|||
# Extern modules
|
||||
#
|
||||
(sources.agenix + "/modules/age-home.nix")
|
||||
((import sources.wired-notify).homeManagerModules.default)
|
||||
(import sources.wired-notify).homeManagerModules.default
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue