diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-22 14:38:19 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-22 14:38:19 +0530 |
| commit | e39d75682497733bb4013c82ae7d4746191e04d9 (patch) | |
| tree | 227c748f3528ae7176c3066899e67160a297c7b9 | |
| parent | 0a8613fbd7e6aafd9c2713e111891b18c445f943 (diff) | |
working on localsend not working
| -rw-r--r-- | configuration.nix | 36 | ||||
| -rw-r--r-- | flake.lock | 18 | ||||
| -rwxr-xr-x | hypr/hyprland.conf | 6 |
3 files changed, 41 insertions, 19 deletions
diff --git a/configuration.nix b/configuration.nix index e2cc914..1a5b50c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -23,6 +23,30 @@ networking.networkmanager.enable = true; + networking.firewall = { + enable = true; + allowedTCPPorts = [ + 80 + 443 + 22 + 53317 + ]; + allowedUDPPorts = [ + 53317 + 5353 + ]; + allowedUDPPortRanges = [ + { + from = 4000; + to = 4007; + } + { + from = 8000; + to = 8010; + } + ]; + }; + time.timeZone = "Asia/Kolkata"; nixpkgs.config.allowUnfree = true; @@ -66,12 +90,16 @@ "kvm" "docker" ]; - packages = with pkgs; [ - tree - ]; + }; + + environment.sessionVariables = { + NH_FLAKE = "/home/anand/dots/"; }; environment.systemPackages = with pkgs; [ + btop + nix-output-monitor + nvd unzip zip vim @@ -100,7 +128,6 @@ gnome.gvfs wlr-randr bat - batsignal vlc zathura localsend @@ -117,6 +144,7 @@ hyprlock hyprshot trashy + nh ]; fonts.packages = with pkgs; [ @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1765682243, - "narHash": "sha256-yeCxFV/905Wr91yKt5zrVvK6O2CVXWRMSrxqlAZnLp0=", + "lastModified": 1766382093, + "narHash": "sha256-QSMayWvqhJ1oOP8rZ6yvD5eVujid2CokqwZmCijSrT8=", "owner": "nix-community", "repo": "home-manager", - "rev": "58bf3ecb2d0bba7bdf363fc8a6c4d49b4d509d03", + "rev": "3fe66908e090a521d1ec5978e84f3c2012820628", "type": "github" }, "original": { @@ -67,11 +67,11 @@ "scenefx": "scenefx" }, "locked": { - "lastModified": 1765634050, - "narHash": "sha256-licqHOlNAeRSaFrs4LhNfMtZ+wbtGM7UkG9cfcKiw3g=", + "lastModified": 1766201993, + "narHash": "sha256-vE9q/TT7zsNVhh9+5TBt2/AnZZ8b2lr9MIekOVnLodE=", "owner": "DreamMaoMao", "repo": "mango", - "rev": "50b9de6f80d88d528d5afd1b47d82b1dbd98cce6", + "rev": "471c71f65c3c15ebe633edf4757361649757f990", "type": "github" }, "original": { @@ -82,11 +82,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1765472234, - "narHash": "sha256-9VvC20PJPsleGMewwcWYKGzDIyjckEz8uWmT0vCDYK0=", + "lastModified": 1766070988, + "narHash": "sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2fbfb1d73d239d2402a8fe03963e37aab15abe8b", + "rev": "c6245e83d836d0433170a16eb185cefe0572f8b8", "type": "github" }, "original": { diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1a68a9d..c7ab9a4 100755 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -12,10 +12,6 @@ input { exec-once = nm-applet & exec-once = systemctl --user start hyprpolkitagent exec-once = dunst & -exec-once = mpd & -exec-once = flameshot & -exec-once = mpd-mpris & -exec-once = mpd-notification & exec-once = waybar exec-once = hypridle exec-once = playerctl daemon & @@ -87,8 +83,6 @@ misc { input { kb_layout = us - kb_variant = - kb_model = # kb_options = caps:swapescape follow_mouse = 0 sensitivity = -0.1 |
