mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: deduplicate flake lock, set up treefmt-nix
This commit is contained in:
parent
66d18b0a49
commit
7913481b66
15 changed files with 830 additions and 876 deletions
|
|
@ -54,11 +54,7 @@ _: let
|
|||
#secureboot
|
||||
])
|
||||
++ (with tree.nixos.environments; [
|
||||
#sway
|
||||
#xfce
|
||||
#openbox
|
||||
hyprland
|
||||
#gnome
|
||||
niri
|
||||
]);
|
||||
config = {
|
||||
home-manager.users.kat.imports =
|
||||
|
|
@ -66,10 +62,7 @@ _: let
|
|||
graphical
|
||||
])
|
||||
++ (with tree.home.environments; [
|
||||
#xfce
|
||||
#sway
|
||||
hyprland
|
||||
#gnome
|
||||
niri
|
||||
]);
|
||||
|
||||
fileSystems = datasetEntries // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue