mako
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
htop
|
htop
|
||||||
nerd-fonts.hack
|
nerd-fonts.hack
|
||||||
neofetch
|
neofetch
|
||||||
spotifyd
|
|
||||||
uv
|
uv
|
||||||
wev
|
wev
|
||||||
];
|
];
|
||||||
@@ -46,6 +45,7 @@
|
|||||||
../packages/direnv/direnv.nix
|
../packages/direnv/direnv.nix
|
||||||
../packages/git/git.nix
|
../packages/git/git.nix
|
||||||
../packages/helix/helix.nix
|
../packages/helix/helix.nix
|
||||||
|
../packages/spotifyd/spotifyd.nix
|
||||||
../packages/starship/starship.nix
|
../packages/starship/starship.nix
|
||||||
../packages/thunderbird/thunderbird.nix
|
../packages/thunderbird/thunderbird.nix
|
||||||
../packages/zoxide/zoxide.nix
|
../packages/zoxide/zoxide.nix
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
# ../../packages/fish/fish.nix
|
# ../../packages/fish/fish.nix
|
||||||
../../packages/river/river.nix
|
../../packages/river/river.nix
|
||||||
../../packages/waybar/waybar.nix
|
../../packages/waybar/waybar.nix
|
||||||
../../packages/twmn/twmn.nix
|
# ../../packages/twmn/twmn.nix
|
||||||
|
../../packages/mako/mako.nix
|
||||||
../../packages/fuzzel/fuzzel.nix
|
../../packages/fuzzel/fuzzel.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
13
home/packages/mako/mako.nix
Normal file
13
home/packages/mako/mako.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.mako = {
|
||||||
|
enable = true;
|
||||||
|
settings = ''
|
||||||
|
{
|
||||||
|
anchor = "top-center"
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
@@ -32,7 +32,13 @@ in
|
|||||||
"~/login-wm-setup-2.sh"
|
"~/login-wm-setup-2.sh"
|
||||||
];
|
];
|
||||||
output-layout = "wideriver";
|
output-layout = "wideriver";
|
||||||
rule-add = "ssd";
|
rule-add = {
|
||||||
|
"-app-id" = {
|
||||||
|
"'twmnd'" = {
|
||||||
|
float = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
border-color-urgent = "0xe67e80";
|
border-color-urgent = "0xe67e80";
|
||||||
map = {
|
map = {
|
||||||
normal = {
|
normal = {
|
||||||
@@ -41,7 +47,7 @@ in
|
|||||||
"Super R" = "spawn fuzzel";
|
"Super R" = "spawn fuzzel";
|
||||||
"Super E" = "spawn fm";
|
"Super E" = "spawn fm";
|
||||||
"Super B" = "spawn obsidian";
|
"Super B" = "spawn obsidian";
|
||||||
"Super Escape" = "spawn \"swaylock --screenshots --clock --indicator --indicator-radius 250 --indicator-thickness 12 --effect-blur 7x5 --ring-color 7fbbb3 --line-color d3c6aa --inside-color 2b3339 --separator-color 83c092\"";
|
"Super Escape" = "spawn \"swaylock --screenshots --clock --indicator --indicator-radius 250 --indicator-thickness 12 --effect-blur 7x5 --ring-color 7fbbb3 --line-color d3c6aa --inside-color 2b3339 --separator-color 83c092\"";
|
||||||
|
|
||||||
# format changes
|
# format changes
|
||||||
"Super U" = "${cmd} \"--layout left\"";
|
"Super U" = "${cmd} \"--layout left\"";
|
||||||
|
|||||||
@@ -5,6 +5,11 @@
|
|||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
device_name = "yukigekko";
|
device_name = "yukigekko";
|
||||||
|
volume_controller = "volumectl";
|
||||||
|
backend = "pipe";
|
||||||
|
device_type = "computer";
|
||||||
|
use_mpris = true;
|
||||||
|
disable_discovery = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{config, pkgs, ...}:
|
{config, pkgs, ...}:
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [oreo-cursors-plus];
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
name = "oreo-cursors-plus";
|
name = "oreo-cursors-plus";
|
||||||
package = pkgs.oreo-cursors-plus;
|
package = pkgs.oreo-cursors-plus;
|
||||||
|
|||||||
@@ -20,12 +20,15 @@
|
|||||||
../packages/sddm/sddm.nix
|
../packages/sddm/sddm.nix
|
||||||
|
|
||||||
#flatpaks
|
#flatpaks
|
||||||
../extras/flatpak.nix
|
# ../extras/flatpak.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yukigekko"; # Define your hostname.
|
networking.hostName = "yukigekko"; # Define your hostname.
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
networking.extraHosts = "10.0.0.217 hoardfrost";
|
networking.extraHosts = ''
|
||||||
|
10.0.0.217 hoardfrost
|
||||||
|
174.63.4.139 frosty
|
||||||
|
'';
|
||||||
|
|
||||||
services.logind.lidSwitchExternalPower = "ignore";
|
services.logind.lidSwitchExternalPower = "ignore";
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user