46 current 2024-02-29 22:31:03 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-02-29 22:31:06 -05:00
parent 1f9e5e17af
commit aa841666f5
6 changed files with 47 additions and 47 deletions

View file

@ -1,7 +1,6 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
config,
pkgs,

View file

@ -53,6 +53,8 @@
pkgs.spotify
pkgs.neovide
pkgs.wofi
pkgs.alejandra
pkgs.dconf
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your

View file

@ -25,7 +25,7 @@ in {
[
''${mod},RETURN,exec,kitty''
"${mod},R,exec,wofi"
"${mod},D,exec,wofi -show drun"
"${mod},Q,killactive"
"${mod},P,pseudo"

View file

@ -13,17 +13,16 @@
# border thiccness
border_size = 2;
# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
apply_sens_to_raw = 0;
};
input = {
kb_layout = "us";
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
accel_profile = "flat";
force_no_accel = true;
};
kb_layout = "us";
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
accel_profile = "flat";
force_no_accel = true;
};
decoration = {
# fancy corners

View file

@ -4,7 +4,7 @@
inputs,
...
}: {
imports = [./config.nix ./binds.nix];
imports = [./config.nix ./binds.nix];
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.default;

View file

@ -1,3 +1,3 @@
{
imports = [ ./zsh/default.nix ];
imports = [./zsh/default.nix];
}