Udisks, polkit, fixed boot, fuzzel

This commit is contained in:
vanten-s 2024-05-08 20:50:43 +02:00
parent f34d26332e
commit dae3f8dc49
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 5 additions and 5 deletions

View file

@ -14,9 +14,7 @@ in {
]; ];
# Bootloader. # Bootloader.
boot.loader.grub.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.grub.device = "nodev";
boot.loader.grub.useOSProber = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "ntfs" ]; boot.supportedFilesystems = [ "ntfs" ];
boot.kernelModules = [ "v4l2loopback" ]; boot.kernelModules = [ "v4l2loopback" ];
@ -83,6 +81,8 @@ in {
packages = with pkgs; []; packages = with pkgs; [];
}; };
services.udisks2.enable = true;
# hardware.pulseaudio.enable = true; # hardware.pulseaudio.enable = true;
# hardware.pulseaudio.support32Bit = true; # hardware.pulseaudio.support32Bit = true;
# nixpkgs.config.pulseaudio = true; # nixpkgs.config.pulseaudio = true;
@ -116,7 +116,6 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
neovim neovim
docker
curl curl
gsettings-desktop-schemas gsettings-desktop-schemas
mlocate mlocate
@ -130,6 +129,7 @@ in {
obsidian obsidian
os-prober os-prober
libsForQt5.kdeconnect-kde libsForQt5.kdeconnect-kde
polkit_gnome
wireguard-tools wireguard-tools
git git
gnupg gnupg

View file

@ -114,7 +114,7 @@ bind = $mainMod, Q, killactive,
bind = $mainMod, M, exit, bind = $mainMod, M, exit,
bind = $mainMod, E, exec, dolphin bind = $mainMod, E, exec, dolphin
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, fuzzel bind = $mainMod, R, exec, fuzzel --terminal kitty
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