Adding hyprland config.
This commit is contained in:
parent
9464a5b652
commit
0a01c4b14b
2 changed files with 21 additions and 7 deletions
12
flake.lock
12
flake.lock
|
@ -25,11 +25,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709738167,
|
"lastModified": 1709742003,
|
||||||
"narHash": "sha256-kXRaRg3jLBuZJVSNHC6zh8c879DVlveD1yoB/t6PyIU=",
|
"narHash": "sha256-fYVjm6VGqzacPzCEy4nKcVLXy7pctJNHFqPpwm669uM=",
|
||||||
"owner": "atuinsh",
|
"owner": "atuinsh",
|
||||||
"repo": "atuin",
|
"repo": "atuin",
|
||||||
"rev": "f943e03f905f09ad71e234974a6c868d06d0bbe5",
|
"rev": "8e9e7b92a3fe514b706d7fb372f8f31ad3168743",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -661,11 +661,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709747035,
|
"lastModified": 1709764752,
|
||||||
"narHash": "sha256-mW/AfjiH8AeFEMjnGYnVbXl8p7NaWo8RGqpx/sKwnQ4=",
|
"narHash": "sha256-+lM4J4JoJeiN8V+3WSWndPHj1pJ9Jc1UMikGbXLqCTk=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "f240015a3a2e03370cb86a820909af14ec1ed35a",
|
"rev": "cf111d1a849ddfc38e9155be029519b0e2329615",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -7,6 +7,21 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
plugins = [ inputs.hy3.packages.${pkgs.system}.hy3 ];
|
plugins = [ inputs.hy3.packages.${pkgs.system}.hy3 ];
|
||||||
|
settings = {
|
||||||
|
"$mod" = "SUPER";
|
||||||
|
bind =
|
||||||
|
[
|
||||||
|
"$mod, V, exec, vivaldi"
|
||||||
|
"$mod, W, exec, alacritty"
|
||||||
|
];
|
||||||
|
"monitor" = "eDP-1,1920x1080@60,0x0,1";
|
||||||
|
"$terminal" = "alacritty";
|
||||||
|
input = {
|
||||||
|
touchpad = {
|
||||||
|
natural_scroll = "false";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -198,7 +213,6 @@
|
||||||
env.TERM = "xterm-256color";
|
env.TERM = "xterm-256color";
|
||||||
font = {
|
font = {
|
||||||
size = 12;
|
size = 12;
|
||||||
draw_bold_text_with_bright_colors = true;
|
|
||||||
};
|
};
|
||||||
scrolling.multiplier = 5;
|
scrolling.multiplier = 5;
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
|
|
Reference in a new issue