diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-31 01:17:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-31 01:22:56 -0500 |
| commit | 80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9 (patch) | |
| tree | 9df75bbfc0522c5868da40cbc966ff10b4d3d62a /system | |
| parent | remove unused variabled (and add nixd lsp) (diff) | |
| download | dotfiles-nix-80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9.tar.gz dotfiles-nix-80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9.tar.bz2 dotfiles-nix-80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9.zip | |
doing some linting
Diffstat (limited to 'system')
| -rw-r--r-- | system/desktops/default.nix | 2 | ||||
| -rw-r--r-- | system/gaming/default.nix | 2 | ||||
| -rw-r--r-- | system/virt/default.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/system/desktops/default.nix b/system/desktops/default.nix index 8f9270f..476dd72 100644 --- a/system/desktops/default.nix +++ b/system/desktops/default.nix @@ -1,4 +1,4 @@ -{...}: { +_: { imports = [ ./hyprland.nix ./ly.nix diff --git a/system/gaming/default.nix b/system/gaming/default.nix index acb0a1f..734ece0 100644 --- a/system/gaming/default.nix +++ b/system/gaming/default.nix @@ -1,4 +1,4 @@ -{...}: { +_: { imports = [ ./steam.nix ]; diff --git a/system/virt/default.nix b/system/virt/default.nix index d37b637..3b422be 100644 --- a/system/virt/default.nix +++ b/system/virt/default.nix @@ -1,4 +1,4 @@ -{...}: { +_: { imports = [ ./docker.nix ./qemu.nix |