mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
added batsignal
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.batsignal = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -13,7 +13,7 @@
|
||||
"$mod" = "SUPER";
|
||||
"$term" = "kitty";
|
||||
"$editor" = "nvim";
|
||||
"$file" = "nautilius";
|
||||
"$file" = "nautilus";
|
||||
"$browser" = "firefox"; # change to librewolf later
|
||||
# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
|
||||
# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
|
||||
@@ -94,7 +94,7 @@
|
||||
"$mod, E, exec, $file"
|
||||
"$mod, F, exec, $browser"
|
||||
"$mod+Shift, A, exec, rofi -show drun"
|
||||
|
||||
"$mod, Q, exec, custom-dontkillsteam"
|
||||
#plugins keybindings
|
||||
|
||||
];
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
theme = "gruvbox-dark-hard";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user