feat: Update and Hyprland LinkedIn Bind
This commit is contained in:
parent
6b93c2c5b7
commit
f6c81c07f5
4 changed files with 12 additions and 9 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733951607,
|
"lastModified": 1740579671,
|
||||||
"narHash": "sha256-CN6q6iCzxI1gkNyk4xLdwaMKi10r7n+aJkRzWj8PXwQ=",
|
"narHash": "sha256-Dwt/3KknOQ4bgFG5YjqDT7oWRy27rPpDjAi2P0ok1zw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "6e5b2d9e8014b5572e3367937a329e7053458d34",
|
"rev": "53c587d263f94aaf6a281745923c76bbec62bcf3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733759999,
|
"lastModified": 1740367490,
|
||||||
"narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=",
|
"narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56",
|
"rev": "0196c0175e9191c474c26ab5548db27ef5d34b05",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
hardware.pulseaudio.enable = false;
|
services.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -127,6 +127,7 @@
|
||||||
gh
|
gh
|
||||||
gimp
|
gimp
|
||||||
git
|
git
|
||||||
|
geogebra6
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
go
|
go
|
||||||
|
|
@ -134,7 +135,7 @@
|
||||||
inputs.zen-browser.packages."${system}".specific
|
inputs.zen-browser.packages."${system}".specific
|
||||||
jdk
|
jdk
|
||||||
libgcc
|
libgcc
|
||||||
loc
|
tokei
|
||||||
lolcat
|
lolcat
|
||||||
marp-cli
|
marp-cli
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
"$mod SHIFT, E, exit"
|
"$mod SHIFT, E, exit"
|
||||||
"$mod, Q, killactive"
|
"$mod, Q, killactive"
|
||||||
"$mod, B, exec, brave"
|
"$mod, B, exec, brave"
|
||||||
|
"SUPERCTRLALTSHIFT, L, exec, brave https://linkedin.com"
|
||||||
"$mod, return, exec, alacritty"
|
"$mod, return, exec, alacritty"
|
||||||
"$mod,E,exec,nautilus"
|
"$mod,E,exec,nautilus"
|
||||||
"$mod,D,exec,killall -q wofi; wofi --show drun -I"
|
"$mod,D,exec,killall -q wofi; wofi --show drun -I"
|
||||||
|
|
@ -86,7 +87,7 @@
|
||||||
# MONITOR
|
# MONITOR
|
||||||
|
|
||||||
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-1,preferred,auto-right,2,bitdepth,10"
|
||||||
"DP-2,preferred,auto-right,2,bitdepth,10"
|
"DP-2,preferred,auto-right,2,bitdepth,10"
|
||||||
"DP-3,preferred,auto-right,2,bitdepth,10"
|
"DP-3,preferred,auto-right,2,bitdepth,10"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
update = "sudo nixos-rebuild switch";
|
update = "sudo nixos-rebuild switch";
|
||||||
clear = "clear && fastfetch";
|
clear = "clear && fastfetch";
|
||||||
sl = "sl | lolcat";
|
sl = "sl | lolcat";
|
||||||
|
cds = "cd $HOME/Nextcloud/Obsidian/FH/2. Semester/";
|
||||||
};
|
};
|
||||||
initExtra = "fastfetch";
|
initExtra = "fastfetch";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue