Compare commits
No commits in common. "04f107643c47156aab201ac51da80206a72fcb5e" and "94827d7696cb701ecd9b2c99ca917305b6111c46" have entirely different histories.
04f107643c
...
94827d7696
|
@ -138,9 +138,6 @@ in {
|
||||||
LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
libGL
|
|
||||||
libxkbcommon
|
|
||||||
wayland
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -155,9 +152,6 @@ in {
|
||||||
curl
|
curl
|
||||||
expat
|
expat
|
||||||
fontconfig
|
fontconfig
|
||||||
wayland
|
|
||||||
libGL
|
|
||||||
libxkbcommon
|
|
||||||
];
|
];
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
@ -196,9 +190,6 @@ in {
|
||||||
pinentryFlavor = "gnome3";
|
pinentryFlavor = "gnome3";
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.virtualbox.host.enable = true;
|
|
||||||
users.extraGroups.vboxusers.members = [ "svante" ];
|
|
||||||
|
|
||||||
services.dbus.packages = [ pkgs.gcr ];
|
services.dbus.packages = [ pkgs.gcr ];
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
|
|
@ -118,7 +118,7 @@ bind = $mainMod, R, exec, fuzzel
|
||||||
bind = $mainMod, D, exec, dmenu_path | fuzzel -d | sh
|
bind = $mainMod, D, exec, dmenu_path | fuzzel -d | sh
|
||||||
bind = $mainMod SHIFT, P, exec, ~/scripts/password-select.sh
|
bind = $mainMod SHIFT, P, exec, ~/scripts/password-select.sh
|
||||||
bind = $mainMod SHIFT, U, exec, ~/scripts/usernames.sh
|
bind = $mainMod SHIFT, U, exec, ~/scripts/usernames.sh
|
||||||
bind = $mainMod SHIFT, S, exec, grimblast save area ss.png && wl-copy < ss.png
|
bind = $mainMod SHIFT, S, exec, grimblast save area ss.png
|
||||||
bind = $mainMod SHIFT, R, forcerendererreload
|
bind = $mainMod SHIFT, R, forcerendererreload
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, F, fakefullscreen
|
bind = $mainMod, F, fakefullscreen
|
||||||
|
|
Loading…
Reference in a new issue