Comma
This commit is contained in:
parent
941ee16f31
commit
5c41b81cb9
3 changed files with 11 additions and 2 deletions
|
|
@ -157,6 +157,8 @@ in
|
||||||
obs-studio
|
obs-studio
|
||||||
neovim
|
neovim
|
||||||
|
|
||||||
|
comma #run nix run nixpkgs#nix-index to init
|
||||||
|
|
||||||
llvmPackages_19.clang-tools
|
llvmPackages_19.clang-tools
|
||||||
gdb
|
gdb
|
||||||
dotnet-sdk_9
|
dotnet-sdk_9
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,12 @@
|
||||||
"${lib.getExe pkgs.networkmanagerapplet}"
|
"${lib.getExe pkgs.networkmanagerapplet}"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
command = [
|
||||||
|
"${lib.getExe pkgs.eww}"
|
||||||
|
"daemon"
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
command = [
|
command = [
|
||||||
"${pkgs.solaar}/bin/solaar"
|
"${pkgs.solaar}/bin/solaar"
|
||||||
|
|
@ -79,9 +85,9 @@
|
||||||
layout = {
|
layout = {
|
||||||
preset-column-widths = [
|
preset-column-widths = [
|
||||||
{proportion = 1.0 / 3.0;}
|
{proportion = 1.0 / 3.0;}
|
||||||
{proportion = 1.0 / 2.0;}
|
|
||||||
{proportion = 2.0 / 3.0;}
|
|
||||||
{proportion = 1.0;}
|
{proportion = 1.0;}
|
||||||
|
{proportion = 2.0 / 3.0;}
|
||||||
|
{proportion = 1.0 / 2.0;}
|
||||||
];
|
];
|
||||||
default-column-width = {proportion = 1.0 / 3.0;};
|
default-column-width = {proportion = 1.0 / 3.0;};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@
|
||||||
".config/unity3d"
|
".config/unity3d"
|
||||||
".config/Element"
|
".config/Element"
|
||||||
".config/GIMP"
|
".config/GIMP"
|
||||||
|
".cache/nix-index"
|
||||||
".local/share/aspyr-media"
|
".local/share/aspyr-media"
|
||||||
".themes"
|
".themes"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue