mirror of
https://github.com/RGBCube/ncc
synced 2025-09-12 17:17:57 +00:00
fixes
This commit is contained in:
parent
30791ae627
commit
af7f066097
3 changed files with 8 additions and 5 deletions
|
@ -89,7 +89,11 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fenix.url = "github:nix-community/fenix";
|
fenix = {
|
||||||
|
url = "github:nix-community/fenix";
|
||||||
|
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
nix.url = "github:DeterminateSystems/nix-src";
|
nix.url = "github:DeterminateSystems/nix-src";
|
||||||
nil.url = "github:oxalica/nil";
|
nil.url = "github:oxalica/nil";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, ... }: {
|
{
|
||||||
system.defaults.dock = {
|
system.defaults.dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
showhidden = true; # Translucent.
|
showhidden = true; # Translucent.
|
||||||
|
@ -14,8 +14,7 @@
|
||||||
enable-spring-load-actions-on-all-items = true;
|
enable-spring-load-actions-on-all-items = true;
|
||||||
|
|
||||||
persistent-apps = [
|
persistent-apps = [
|
||||||
{ app = "${config.home-manager.users.${config.system.primaryUser}
|
{ app = "/Applications/Zen.app"; }
|
||||||
.programs.zen-browser.package}/Applications/Zen Browser (Beta).app"; }
|
|
||||||
{ app = "/Applications/Ghostty.app"; }
|
{ app = "/Applications/Ghostty.app"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -225,7 +225,7 @@ in {
|
||||||
hs.hotkey.bind(super, "f", PaperWM.actions.toggle_floating)
|
hs.hotkey.bind(super, "f", PaperWM.actions.toggle_floating)
|
||||||
|
|
||||||
-- APPLICATIONS
|
-- APPLICATIONS
|
||||||
hs.hotkey.bind(super, "w", function() hs.application.launchOrFocus("Zen Browser (Beta)") end)
|
hs.hotkey.bind(super, "w", function() hs.application.launchOrFocus("Zen") end)
|
||||||
hs.hotkey.bind(super, "return", function() hs.application.launchOrFocus("Ghostty") end)
|
hs.hotkey.bind(super, "return", function() hs.application.launchOrFocus("Ghostty") end)
|
||||||
hs.hotkey.bind(super, "t", function() hs.application.launchOrFocus("Finder") end)
|
hs.hotkey.bind(super, "t", function() hs.application.launchOrFocus("Finder") end)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue