mirror of
https://github.com/blahai/nyx.git
synced 2025-06-08 01:43:01 -04:00
stuff
This commit is contained in:
parent
02698c1b48
commit
ff043bb6c6
7 changed files with 154 additions and 248 deletions
|
@ -1,8 +1,9 @@
|
|||
{...}: {
|
||||
{
|
||||
imports = [
|
||||
./cli/default.nix
|
||||
./hypr/default.nix
|
||||
./ags/default.nix
|
||||
./spotify/default.nix
|
||||
./quickshell.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
"Super+Shift, S, togglespecialworkspace"
|
||||
|
||||
"Super, R, exec, ${pkgs.anyrun}/bin/anyrun"
|
||||
"Super, W, exec, ${pkgs.floorp}/bin/floorp"
|
||||
"Super, Q, exec, wezterm"
|
||||
"Super, C, killactive"
|
||||
|
|
9
modules/home-manager/quickshell.nix
Normal file
9
modules/home-manager/quickshell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue