From f6c81c07f51411c4a7d4ff4a1d28205911af9556 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 5 Mar 2025 09:24:42 +0100 Subject: [PATCH] feat: Update and Hyprland LinkedIn Bind --- flake.lock | 12 ++++++------ hosts/default/configuration.nix | 5 +++-- modules/home-manager/hyprland.nix | 3 ++- modules/home-manager/zsh.nix | 1 + 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 12591ac..09491b9 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1733951607, - "narHash": "sha256-CN6q6iCzxI1gkNyk4xLdwaMKi10r7n+aJkRzWj8PXwQ=", + "lastModified": 1740579671, + "narHash": "sha256-Dwt/3KknOQ4bgFG5YjqDT7oWRy27rPpDjAi2P0ok1zw=", "owner": "nix-community", "repo": "home-manager", - "rev": "6e5b2d9e8014b5572e3367937a329e7053458d34", + "rev": "53c587d263f94aaf6a281745923c76bbec62bcf3", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1733759999, - "narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=", + "lastModified": 1740367490, + "narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56", + "rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", "type": "github" }, "original": { diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 67b7194..8910351 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -66,7 +66,7 @@ services.printing.enable = true; # Enable sound with pipewire. - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true; @@ -127,6 +127,7 @@ gh gimp git + geogebra6 gnumake gnupg go @@ -134,7 +135,7 @@ inputs.zen-browser.packages."${system}".specific jdk libgcc - loc + tokei lolcat marp-cli networkmanagerapplet diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index a0ddcfa..e180f13 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -16,6 +16,7 @@ "$mod SHIFT, E, exit" "$mod, Q, killactive" "$mod, B, exec, brave" + "SUPERCTRLALTSHIFT, L, exec, brave https://linkedin.com" "$mod, return, exec, alacritty" "$mod,E,exec,nautilus" "$mod,D,exec,killall -q wofi; wofi --show drun -I" @@ -86,7 +87,7 @@ # MONITOR monitor = [ - "eDP-1,2560x1600@165.0,0x0,1.5" + "eDP-1,2560x1600@165.0,0x0,1.6" "DP-1,preferred,auto-right,2,bitdepth,10" "DP-2,preferred,auto-right,2,bitdepth,10" "DP-3,preferred,auto-right,2,bitdepth,10" diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 71bfef6..e945e26 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -9,6 +9,7 @@ update = "sudo nixos-rebuild switch"; clear = "clear && fastfetch"; sl = "sl | lolcat"; + cds = "cd $HOME/Nextcloud/Obsidian/FH/2. Semester/"; }; initExtra = "fastfetch";