1
1
Fork 0

Compare commits

...

6 commits

Author SHA1 Message Date
c681926c92
nix: fix incompatible adw-gtk3 version
Signed-off-by: Myned <dev@bjork.tech>
2024-10-01 19:35:47 -05:00
942ffb11f5
walker: remove minimum character requirement for calc
Signed-off-by: Myned <dev@bjork.tech>
2024-10-01 19:31:10 -05:00
60e1b15823
hyprland: disable media tag
Signed-off-by: Myned <dev@bjork.tech>
2024-10-01 19:11:10 -05:00
e2116e333f
pkgs: remove bitwarden
Signed-off-by: Myned <dev@bjork.tech>
2024-10-01 19:10:53 -05:00
bbcb315638
programs: enable libreoffice
Signed-off-by: Myned <dev@bjork.tech>
2024-10-01 19:10:39 -05:00
f30f309d38
hyprland: lower animation speed
Signed-off-by: Myned <dev@bjork.tech>
2024-10-01 19:10:19 -05:00
7 changed files with 19 additions and 10 deletions

View file

@ -52,11 +52,17 @@
#?? nixpkgs.BRANCH.PACKAGE #?? nixpkgs.BRANCH.PACKAGE
inherit stable unstable staging-next; inherit stable unstable staging-next;
### Packages
# TODO: Remove when GTK > 4.16 in unstable
# BUG: v5.4 is not compatible with GTK < 4.16
# https://github.com/lassekongo83/adw-gtk3/releases/tag/v5.4
adw-gtk3 = stable.adw-gtk3;
# BUG: Build tests often fail on unstable # BUG: Build tests often fail on unstable
# https://github.com/NixOS/nixpkgs/issues/333946 # https://github.com/NixOS/nixpkgs/issues/333946
fprintd = stable.fprintd; fprintd = stable.fprintd;
# Hypr* ### Hypr*
hypridle = inputs.hypridle.packages.${prev.system}.default; hypridle = inputs.hypridle.packages.${prev.system}.default;
hyprland = inputs.hyprland.packages.${prev.system}.default; hyprland = inputs.hyprland.packages.${prev.system}.default;
hyprlock = inputs.hyprlock.packages.${prev.system}.default; hyprlock = inputs.hyprlock.packages.${prev.system}.default;
@ -65,7 +71,7 @@
hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars; hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars;
}; };
# Development ### Development
#// ciscoPacketTracer8 = local.ciscoPacketTracer8; #// ciscoPacketTracer8 = local.ciscoPacketTracer8;
} }
) )

View file

@ -224,7 +224,7 @@ in {
(tag.editor ["group invade" "tile"]) (tag.editor ["group invade" "tile"])
(tag.files ["size 1000 625"]) (tag.files ["size 1000 625"])
(tag.game ["fullscreen" "group barred" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"]) (tag.game ["fullscreen" "group barred" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"])
(tag.media ["tile" "workspace special:scratchpad"]) #// (tag.media ["tile" "workspace special:scratchpad"])
(tag.music ["tile" "workspace special:music"]) (tag.music ["tile" "workspace special:music"])
(tag.office ["workspace special:office"]) (tag.office ["workspace special:office"])
(tag.password ["center" "workspace special:password"]) (tag.password ["center" "workspace special:password"])

View file

@ -108,9 +108,9 @@ in {
# https://wiki.hyprland.org/Configuring/Animations # https://wiki.hyprland.org/Configuring/Animations
#?? animation = NAME, ONOFF, SPEED, CURVE, [STYLE] #?? animation = NAME, ONOFF, SPEED, CURVE, [STYLE]
animation = [ animation = [
"global, 1, 5, default" "global, 1, 3, default"
"specialWorkspace, 1, 5, default, fade" "specialWorkspace, 1, 3, default, fade"
"windows, 1, 5, default, slide" "windows, 1, 3, default, slide"
"layers, 0" "layers, 0"
]; ];

View file

@ -51,7 +51,7 @@ with lib; {
#// gnome-shell.enable = true; #// gnome-shell.enable = true;
gpg.enable = true; gpg.enable = true;
hyprlock.enable = true; hyprlock.enable = true;
#// libreoffice.enable = true; libreoffice.enable = true;
#// librewolf.enable = true; #// librewolf.enable = true;
localsend.enable = true; localsend.enable = true;
logseq.enable = true; logseq.enable = true;

View file

@ -126,7 +126,7 @@ in {
(mkIf config.custom.full { (mkIf config.custom.full {
"{d634138d-c276-4fc8-924b-40a0ea21d284}" = extension "1password-x-password-manager"; # 1Password: Password Manager "{d634138d-c276-4fc8-924b-40a0ea21d284}" = extension "1password-x-password-manager"; # 1Password: Password Manager
#// "firefox@betterttv.net" = extension "betterttv"; # BetterTTV #// "firefox@betterttv.net" = extension "betterttv"; # BetterTTV
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = extension "bitwarden-password-manager"; # Bitwarden #// "{446900e4-71c2-419f-a6a7-df9c091e268b}" = extension "bitwarden-password-manager"; # Bitwarden
#// "FirefoxColor@mozilla.com" = extension "firefox-color"; # Firefox Color #// "FirefoxColor@mozilla.com" = extension "firefox-color"; # Firefox Color
#// "chrome-gnome-shell@gnome.org" = extension "gnome-shell-integration"; # GNOME Shell Integration #// "chrome-gnome-shell@gnome.org" = extension "gnome-shell-integration"; # GNOME Shell Integration
#// "{248e6a49-f636-4c81-9899-a456eb6291a8}" = extension "ground-news-bias-checker"; # Ground News Bias Checker #// "{248e6a49-f636-4c81-9899-a456eb6291a8}" = extension "ground-news-bias-checker"; # Ground News Bias Checker

View file

@ -42,7 +42,6 @@ in {
# https://github.com/abenz1267/walker/wiki/Modules # https://github.com/abenz1267/walker/wiki/Modules
# https://www.nerdfonts.com/cheat-sheet # https://www.nerdfonts.com/cheat-sheet
builtins = { builtins = {
calc.switcher_only = true;
clipboard.switcher_only = true; clipboard.switcher_only = true;
commands.switcher_only = true; commands.switcher_only = true;
custom_commands.switcher_only = true; custom_commands.switcher_only = true;
@ -57,6 +56,11 @@ in {
switcher_only = false; switcher_only = false;
}; };
calc = {
min_chars = 0;
switcher_only = true;
};
dmenu = { dmenu = {
keep_sort = true; # Disable sorting entries keep_sort = true; # Disable sorting entries
placeholder = "Input"; placeholder = "Input";

View file

@ -61,7 +61,6 @@ in {
# GUI applications # GUI applications
amberol amberol
baobab baobab
bitwarden
blackbox-terminal blackbox-terminal
cinny-desktop cinny-desktop
d-spy d-spy