home: amneesh: add wayvnc and more pkgs
Signed-off-by: Amneesh Singh <amneesh@ti.com>
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./pkgs.nix
|
./pkgs.nix
|
||||||
./nixgl.nix
|
./nixgl.nix
|
||||||
|
# wayland
|
||||||
|
./wayvnc.nix
|
||||||
|
|
||||||
# From personal
|
# From personal
|
||||||
../natto/ags
|
../natto/ags
|
||||||
@@ -24,8 +26,7 @@
|
|||||||
../natto/dunst.nix
|
../natto/dunst.nix
|
||||||
../natto/gtk.nix
|
../natto/gtk.nix
|
||||||
../natto/cursor.nix
|
../natto/cursor.nix
|
||||||
|
# wayland
|
||||||
# When wayland
|
|
||||||
../natto/wayland.nix
|
../natto/wayland.nix
|
||||||
../natto/hyprland.nix
|
../natto/hyprland.nix
|
||||||
../natto/tofi.nix
|
../natto/tofi.nix
|
||||||
|
@@ -6,12 +6,22 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
xdg.mime.enable = true;
|
xdg.mime.enable = true;
|
||||||
programs.bash.enable = true;
|
programs = {
|
||||||
|
bash.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
htop
|
|
||||||
clang-tools
|
clang-tools
|
||||||
|
cmake
|
||||||
|
corkscrew
|
||||||
|
dtc
|
||||||
|
file
|
||||||
|
htop
|
||||||
llvmPackages.clang
|
llvmPackages.clang
|
||||||
(nattovim.override { nvimPackage = inputs.nvim-overlay.packages.${pkgs.system}.neovim; })
|
(nattovim.override { nvimPackage = inputs.nvim-overlay.packages.${pkgs.system}.neovim; })
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
thunderbird
|
||||||
|
wget
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
autoStart = enable;
|
autoStart = enable;
|
||||||
settings = {
|
settings = {
|
||||||
address = "0.0.0.0";
|
address = "0.0.0.0";
|
||||||
port = 5901;
|
port = 5900;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user