This commit is contained in:
Aleksandr Lebedev 2025-06-12 16:21:23 +02:00
parent 941ee16f31
commit 5c41b81cb9
3 changed files with 11 additions and 2 deletions

View file

@ -157,6 +157,8 @@ in
obs-studio
neovim
comma #run nix run nixpkgs#nix-index to init
llvmPackages_19.clang-tools
gdb
dotnet-sdk_9

View file

@ -53,6 +53,12 @@
"${lib.getExe pkgs.networkmanagerapplet}"
];
}
{
command = [
"${lib.getExe pkgs.eww}"
"daemon"
];
}
{
command = [
"${pkgs.solaar}/bin/solaar"
@ -79,9 +85,9 @@
layout = {
preset-column-widths = [
{proportion = 1.0 / 3.0;}
{proportion = 1.0 / 2.0;}
{proportion = 2.0 / 3.0;}
{proportion = 1.0;}
{proportion = 2.0 / 3.0;}
{proportion = 1.0 / 2.0;}
];
default-column-width = {proportion = 1.0 / 3.0;};
};

View file

@ -49,6 +49,7 @@
".config/unity3d"
".config/Element"
".config/GIMP"
".cache/nix-index"
".local/share/aspyr-media"
".themes"
];