updated flake inputs, fixed evaluation warnings
removed the neon configuration from the flake
This commit is contained in:
@@ -96,7 +96,6 @@ in {
|
||||
"XDG_CACHE_HOME,$HOME/.cache"
|
||||
];
|
||||
layerrule = [ "blur,waybar" "ignorezero,waybar" "blur,launcher" ];
|
||||
windowrule = [ "opacity 0.8,nemo" ];
|
||||
|
||||
input = {
|
||||
kb_layout = "us";
|
||||
@@ -113,7 +112,6 @@ in {
|
||||
border_size = 3;
|
||||
#"col.inactive_border" = "0xff${scheme.base01}";
|
||||
"col.active_border" = lib.mkForce "0xff${scheme.base04}";
|
||||
border_part_of_window = false;
|
||||
no_border_on_floating = false;
|
||||
};
|
||||
misc = {
|
||||
@@ -191,7 +189,7 @@ in {
|
||||
"super, up, exec, pactl set-sink-volume @default_sink@ +10%"
|
||||
"super, down, exec, pactl set-sink-volume @default_sink@ -10%"
|
||||
"super, t, exec, swaync-client -t -sw"
|
||||
"super, a, exec, librewolf"
|
||||
"super, a, exec, firefox"
|
||||
"super, q, exec, kitty"
|
||||
"super shift, q, exec, [float;size 40% 30%;move onscreen cursor -50% -50%] kitty"
|
||||
"super, c, killactive,"
|
||||
|
||||
@@ -30,6 +30,7 @@ in {
|
||||
cursor = {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 24;
|
||||
};
|
||||
fonts = {
|
||||
monospace = {
|
||||
|
||||
@@ -62,6 +62,7 @@ in {
|
||||
neovide
|
||||
python3
|
||||
ghostty
|
||||
firefox
|
||||
fd
|
||||
delta
|
||||
glfw
|
||||
|
||||
@@ -12,7 +12,7 @@ in
|
||||
};
|
||||
config = lib.mkIf config.movOpts.envConfig.zshConfig.extraConfig.enable {
|
||||
programs.zsh = {
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
build-drv() { # Put the derivation path in $RESULT instead of making a 'result' symlink
|
||||
RESULT=$(nix-build "$@" --no-link)
|
||||
if [ -z "$RESULT" ]; then
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
programs.git = {
|
||||
enable = true;
|
||||
signing = {
|
||||
gpgPath = "${pkgs.gnupg}/bin/gpg";
|
||||
key = "0DA69D51BA4B2D2B58FC9CB574ED6528A37CA99A";
|
||||
signer = "${pkgs.gnupg}/bin/gpg";
|
||||
key = "2453DF4EF63B92D5D8FE8C9DC741C9DFD8156540";
|
||||
signByDefault = true;
|
||||
};
|
||||
userEmail = "kylerclay@proton.me";
|
||||
|
||||
@@ -26,7 +26,7 @@ in {
|
||||
#};
|
||||
};
|
||||
enable = true;
|
||||
diagnostics.signs = false;
|
||||
diagnostic.settings.signs = false;
|
||||
extraConfigLua = ''
|
||||
if vim.g.started_by_firenvim == true then
|
||||
vim.o.laststatus = 0
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
programs.nixvim.plugins.fidget = {
|
||||
enable = true;
|
||||
notification = {
|
||||
overrideVimNotify = true;
|
||||
window = { border = "rounded"; };
|
||||
settings = {
|
||||
notification = {
|
||||
overrideVimNotify = true;
|
||||
window = { border = "rounded"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user