thunderbird
This commit is contained in:
parent
59fbca4aeb
commit
8b37f4709a
|
@ -51,6 +51,7 @@
|
|||
"$mod, S, exec, brave"
|
||||
"$mod, X, exec, keepassxc"
|
||||
"$mod, F, exec, freetube"
|
||||
"$mod, M, exec, thunderbird"
|
||||
"$mod, C, exec, hyprpicker -a"
|
||||
"$mod, A, exec, rofi -show drun"
|
||||
"$mod+Shift, Z, exec, grim - | swappy -f -"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
eh = "nvim ~/nix/home/default.nix";
|
||||
em = "nvim ~/nix/modules/misc/default.nix";
|
||||
es = "nvim ~/nix/modules/stylix/default.nix";
|
||||
epa = "vim ~/nix/modules/packages/default.nix";
|
||||
eb = "nvim ~/nix/modules/packages/default.nix";
|
||||
};
|
||||
|
||||
history.size = 10000;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.ollama.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
virtualisation.docker.rootless.enable = true;
|
||||
|
@ -16,7 +16,6 @@
|
|||
configDir = "/home/joy/.config/syncthing";
|
||||
};
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
#Games
|
||||
alacritty
|
||||
|
|
Loading…
Reference in a new issue