mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
style: run statix
This commit is contained in:
parent
5b7fe1dae8
commit
ebabf4f335
7 changed files with 25 additions and 25 deletions
|
|
@ -89,11 +89,11 @@ in
|
|||
|
||||
(sources.agenix + "/modules/age.nix")
|
||||
|
||||
((import sources.url-eater).nixosModules.default)
|
||||
(import sources.url-eater).nixosModules.default
|
||||
|
||||
(sources.nixos-hardware + "/apple/macbook-air/6")
|
||||
|
||||
(import (sources.lix-module + "/module.nix") {lix = sources.lix;})
|
||||
(import (sources.lix-module + "/module.nix") {inherit (sources) lix;})
|
||||
|
||||
#
|
||||
# home-manager
|
||||
|
|
@ -156,7 +156,7 @@ in
|
|||
# Extern modules
|
||||
#
|
||||
(sources.agenix + "/modules/age-home.nix")
|
||||
((import sources.wired-notify).homeManagerModules.default)
|
||||
(import sources.wired-notify).homeManagerModules.default
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ let
|
|||
infuse = lib.flip infuse-lib.v1.infuse;
|
||||
in
|
||||
# Why shouldn't I go crazy with overlays?
|
||||
(final:
|
||||
final:
|
||||
infuse {
|
||||
cmus.__input.alsaSupport = _: false;
|
||||
|
||||
|
|
@ -48,4 +48,4 @@ in
|
|||
./patches/fcitx5-chinese-addons/disable-fullwidth.patch
|
||||
# Note: disabling pinyin helper breaks canjie
|
||||
];
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue