Compare commits
6 commits
9af717e313
...
c681926c92
Author | SHA1 | Date | |
---|---|---|---|
c681926c92 | |||
942ffb11f5 | |||
60e1b15823 | |||
e2116e333f | |||
bbcb315638 | |||
f30f309d38 |
7 changed files with 19 additions and 10 deletions
|
@ -52,11 +52,17 @@
|
|||
#?? nixpkgs.BRANCH.PACKAGE
|
||||
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
|
||||
# https://github.com/NixOS/nixpkgs/issues/333946
|
||||
fprintd = stable.fprintd;
|
||||
|
||||
# Hypr*
|
||||
### Hypr*
|
||||
hypridle = inputs.hypridle.packages.${prev.system}.default;
|
||||
hyprland = inputs.hyprland.packages.${prev.system}.default;
|
||||
hyprlock = inputs.hyprlock.packages.${prev.system}.default;
|
||||
|
@ -65,7 +71,7 @@
|
|||
hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars;
|
||||
};
|
||||
|
||||
# Development
|
||||
### Development
|
||||
#// ciscoPacketTracer8 = local.ciscoPacketTracer8;
|
||||
}
|
||||
)
|
||||
|
|
|
@ -224,7 +224,7 @@ in {
|
|||
(tag.editor ["group invade" "tile"])
|
||||
(tag.files ["size 1000 625"])
|
||||
(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.office ["workspace special:office"])
|
||||
(tag.password ["center" "workspace special:password"])
|
||||
|
|
|
@ -108,9 +108,9 @@ in {
|
|||
# https://wiki.hyprland.org/Configuring/Animations
|
||||
#?? animation = NAME, ONOFF, SPEED, CURVE, [STYLE]
|
||||
animation = [
|
||||
"global, 1, 5, default"
|
||||
"specialWorkspace, 1, 5, default, fade"
|
||||
"windows, 1, 5, default, slide"
|
||||
"global, 1, 3, default"
|
||||
"specialWorkspace, 1, 3, default, fade"
|
||||
"windows, 1, 3, default, slide"
|
||||
"layers, 0"
|
||||
];
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ with lib; {
|
|||
#// gnome-shell.enable = true;
|
||||
gpg.enable = true;
|
||||
hyprlock.enable = true;
|
||||
#// libreoffice.enable = true;
|
||||
libreoffice.enable = true;
|
||||
#// librewolf.enable = true;
|
||||
localsend.enable = true;
|
||||
logseq.enable = true;
|
||||
|
|
|
@ -126,7 +126,7 @@ in {
|
|||
(mkIf config.custom.full {
|
||||
"{d634138d-c276-4fc8-924b-40a0ea21d284}" = extension "1password-x-password-manager"; # 1Password: Password Manager
|
||||
#// "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
|
||||
#// "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
|
||||
|
|
|
@ -42,7 +42,6 @@ in {
|
|||
# https://github.com/abenz1267/walker/wiki/Modules
|
||||
# https://www.nerdfonts.com/cheat-sheet
|
||||
builtins = {
|
||||
calc.switcher_only = true;
|
||||
clipboard.switcher_only = true;
|
||||
commands.switcher_only = true;
|
||||
custom_commands.switcher_only = true;
|
||||
|
@ -57,6 +56,11 @@ in {
|
|||
switcher_only = false;
|
||||
};
|
||||
|
||||
calc = {
|
||||
min_chars = 0;
|
||||
switcher_only = true;
|
||||
};
|
||||
|
||||
dmenu = {
|
||||
keep_sort = true; # Disable sorting entries
|
||||
placeholder = "Input";
|
||||
|
|
|
@ -61,7 +61,6 @@ in {
|
|||
# GUI applications
|
||||
amberol
|
||||
baobab
|
||||
bitwarden
|
||||
blackbox-terminal
|
||||
cinny-desktop
|
||||
d-spy
|
||||
|
|
Loading…
Add table
Reference in a new issue