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
|
||||
neovim
|
||||
|
||||
comma #run nix run nixpkgs#nix-index to init
|
||||
|
||||
llvmPackages_19.clang-tools
|
||||
gdb
|
||||
dotnet-sdk_9
|
||||
|
|
|
|||
|
|
@ -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;};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
".config/unity3d"
|
||||
".config/Element"
|
||||
".config/GIMP"
|
||||
".cache/nix-index"
|
||||
".local/share/aspyr-media"
|
||||
".themes"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue