awa
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
modules.nix
|
||||
modules.tmux
|
||||
<modules/git/doloro>
|
||||
modules.hyfetch
|
||||
];
|
||||
homeManager =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -23,6 +23,11 @@
|
||||
xdg.configFile."net.imput.helium/WidevineCdm/latest-component-updated-widevine-cdm" = {
|
||||
text = ''{"Path":"${pkgs.widevine-cdm}/share/google/chrome/WidevineCdm"}'';
|
||||
};
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
binds = [
|
||||
"$mainMod, E, exec, helium"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -129,7 +129,6 @@
|
||||
)
|
||||
"$mainMod, C, killactive"
|
||||
"$mainMod, M, exec, uwsm stop"
|
||||
"$mainMod, E, exec, zen"
|
||||
"$mainMod, Q, exec, kitty"
|
||||
"$mainMod, V, togglefloating,"
|
||||
"$mainMod, P, pseudo, # dwindle"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
xdg.configFile."quickshell" = {
|
||||
home.file.".config/quickshell" = {
|
||||
recursive = true;
|
||||
source = config.lib.file.mkOutOfStoreSymlink ./quickshell;
|
||||
};
|
||||
|
||||
0
config/modules/quickshell/quickshell/.qmlls.ini
Normal file
0
config/modules/quickshell/quickshell/.qmlls.ini
Normal file
@@ -1,4 +1,6 @@
|
||||
// @ pragma UseQApplication
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
Scope {
|
||||
Bar {}
|
||||
|
||||
Reference in New Issue
Block a user