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

View file

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

View file

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

View file

@ -13,7 +13,6 @@
# border thiccness # border thiccness
border_size = 2; border_size = 2;
# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse) # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
apply_sens_to_raw = 0; apply_sens_to_raw = 0;
}; };