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