diff --git a/home/amneesh/default.nix b/home/amneesh/default.nix index b7e89b7..d2c8049 100644 --- a/home/amneesh/default.nix +++ b/home/amneesh/default.nix @@ -16,6 +16,8 @@ imports = [ ./pkgs.nix ./nixgl.nix + # wayland + ./wayvnc.nix # From personal ../natto/ags @@ -24,8 +26,7 @@ ../natto/dunst.nix ../natto/gtk.nix ../natto/cursor.nix - - # When wayland + # wayland ../natto/wayland.nix ../natto/hyprland.nix ../natto/tofi.nix diff --git a/home/amneesh/pkgs.nix b/home/amneesh/pkgs.nix index 911bfd6..e872809 100644 --- a/home/amneesh/pkgs.nix +++ b/home/amneesh/pkgs.nix @@ -6,12 +6,22 @@ { xdg.mime.enable = true; - programs.bash.enable = true; + programs = { + bash.enable = true; + }; home.packages = with pkgs; [ - htop clang-tools + cmake + corkscrew + dtc + file + htop llvmPackages.clang (nattovim.override { nvimPackage = inputs.nvim-overlay.packages.${pkgs.system}.neovim; }) + meson + ninja + thunderbird + wget ]; } diff --git a/home/amneesh/wayvnc.nix b/home/amneesh/wayvnc.nix index b1abea8..3c92673 100644 --- a/home/amneesh/wayvnc.nix +++ b/home/amneesh/wayvnc.nix @@ -7,7 +7,7 @@ autoStart = enable; settings = { address = "0.0.0.0"; - port = 5901; + port = 5900; }; }; }