mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-23 05:06:42 +00:00
chore: update inputs
- Update flake inputs - Update package names - Update hyprland window rules - Set programs.zsh.dotDir
This commit is contained in:
parent
6b59d13c33
commit
9082adb7af
6 changed files with 55 additions and 139 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ config, ... }: {
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
|
@ -11,5 +11,6 @@
|
|||
gl = "git log --oneline --graph --decorate --all";
|
||||
ga = "git add --all";
|
||||
};
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@
|
|||
fira-code
|
||||
font-awesome
|
||||
liberation_ttf
|
||||
xorg.fontutil
|
||||
xorg.fontbh100dpi
|
||||
xorg.fontbh75dpi
|
||||
font-util
|
||||
font-bh-75dpi
|
||||
font-bh-100dpi
|
||||
|
||||
xorg.mkfontscale
|
||||
mkfontscale
|
||||
nerd-fonts.jetbrains-mono
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -170,8 +170,8 @@
|
|||
};
|
||||
|
||||
windowrule = [
|
||||
"suppressevent maximize, class:.*"
|
||||
"nofocus,class:^%,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
|
||||
"match:class .*, suppress_event maximize"
|
||||
"match:class ^$, match:title ^$, match:xwayland 1, no_focus on"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
programs_options = {
|
||||
file_manager = "${pkgs.xfce.thunar}/bin/thunar";
|
||||
file_manager = "${pkgs.thunar}/bin/thunar";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue