quickshell stuff, enable nix-ld and fix hyprland binds
This commit is contained in:
parent
5cfb9bac03
commit
a722352175
4 changed files with 18 additions and 13 deletions
|
@ -11,6 +11,7 @@
|
|||
console.keyMap = "de";
|
||||
security.polkit.enable = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
programs.nix-ld.enable = true;
|
||||
services = {
|
||||
fstrim.enable = lib.mkDefault true;
|
||||
};
|
||||
|
|
|
@ -1,23 +1,27 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
inputs',
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs') quickshell;
|
||||
inherit (lib.generators) toKeyValue;
|
||||
inherit (config.meta.mainUser) username;
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
qt6.qtimageformats # amog
|
||||
qt6.qt5compat # shader fx
|
||||
quickshell.packages.default
|
||||
pamtester # lockscreen
|
||||
grim
|
||||
imagemagick # screenshot
|
||||
];
|
||||
home-manager.users.${username} = {
|
||||
home.packages = with pkgs; [
|
||||
qt6.qtimageformats # amog
|
||||
qt6.qt5compat # shader fx
|
||||
quickshell.packages.default
|
||||
pamtester # lockscreen
|
||||
grim
|
||||
imagemagick # screenshot
|
||||
];
|
||||
|
||||
xdg.configFile."quickshell/manifest.conf".text = toKeyValue {} {
|
||||
shell = "${./shell}";
|
||||
lockscreen = "${./lockscreen}";
|
||||
# xdg.configFile."quickshell/manifest.conf".text = toKeyValue {} {
|
||||
# shell = "${./shell}";
|
||||
# # lockscreen = "${./lockscreen}";
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
0
modules/style/quickshell/shell/shell.qml
Normal file
0
modules/style/quickshell/shell/shell.qml
Normal file
|
@ -34,7 +34,7 @@ in {
|
|||
input = {
|
||||
kb_layout = "de,ru";
|
||||
kb_variant = ",phonetic_winkeys";
|
||||
kb_options = "grp:rctrl_rshift_toggle ctrl:nocaps";
|
||||
kb_options = "grp:rctrl_rshift_toggle";
|
||||
|
||||
follow_mouse = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue