clean
All checks were successful
nix flake show / show-flake (push) Successful in 28s

This commit is contained in:
smayzy 2025-07-29 17:28:29 +02:00
parent b5a63b3cbd
commit f48152ff7a
10 changed files with 29 additions and 29 deletions

View File

@ -1,8 +1,8 @@
{ ... }:
{
imports = [
./wm/hyprland.nix
./terminal
./lf
./terminal
./wm/hyprland.nix
];
}

View File

@ -1,7 +1,7 @@
{ ... }:
{
imports = [
./kitty.nix
./alacritty.nix
./kitty.nix
];
}

View File

@ -1,9 +1,9 @@
{ ... }:
{
imports = [
./fzf.nix
./nh.nix
./nvf.nix
./fzf.nix
./pkgs.nix
];
}

View File

@ -1,7 +1,7 @@
{ ... }:
{
imports = [
./fritzing.nix
./freecad.nix
./fritzing.nix
];
}

View File

@ -2,7 +2,7 @@
{
imports = [
./element.nix
./webcord.nix
./thunderbird.nix
./webcord.nix
];
}

View File

@ -3,25 +3,25 @@
imports = [
./audio
./base-cli
./hardware
./virt
./games
./browser
./shell
./rice
./groups
./wm
./de
./office
./comm
./displaymanager
./vpn
./utilities
./flatpak
./ide
./ebook
./cad
./comm
./de
./displaymanager
./ebook
./flatpak
./games
./groups
./hardware
./ide
./office
./rice
./shell
./terminal
./utilities
./virt
./vpn
./wm
];
# Timzone and locales (same for all machines so I put it here)

View File

@ -1,7 +1,7 @@
{ ... }:
{
imports = [
./steam.nix
./prism.nix
./steam.nix
];
}

View File

@ -1,8 +1,8 @@
{ ... }:
{
imports = [
./base.nix
./desktop.nix
./laptop.nix
./base.nix
];
}

View File

@ -1,8 +1,8 @@
{ ... }:
{
imports = [
./nvidia.nix
./grub.nix
./nvidia.nix
./power.nix
];
}

View File

@ -1,12 +1,12 @@
{ ... }:
{
imports = [
./office.nix
./obsidian.nix
./kdenlive.nix
./aegisub.nix
./blender.nix
./inkscape.nix
./kdenlive.nix
./komikku.nix
./aegisub.nix
./obsidian.nix
./office.nix
];
}