This commit is contained in:
blahai 2025-04-19 03:44:08 +03:00
parent 02698c1b48
commit ff043bb6c6
No known key found for this signature in database
7 changed files with 154 additions and 248 deletions

View file

@ -1,8 +1,9 @@
{...}: {
{
imports = [
./cli/default.nix
./hypr/default.nix
./ags/default.nix
./spotify/default.nix
./quickshell.nix
];
}

View file

@ -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"

View file

@ -0,0 +1,9 @@
{
config,
pkgs,
inputs,
...
}: {
home.packages = with pkgs; [
];
}