mirror of
https://github.com/flynx/nixos.git
synced 2025-10-29 03:00:10 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a45aab0b1f
commit
3e1d681a52
@ -137,6 +137,10 @@
|
|||||||
LC_TIME = "en_GB.UTF-8";
|
LC_TIME = "en_GB.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.devmon.enable = true;
|
||||||
|
services.gvfs.enable = true;
|
||||||
|
services.udisks2.enable = true;
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
@ -160,6 +164,9 @@
|
|||||||
[org.gnome.desktop.wm.keybindings]
|
[org.gnome.desktop.wm.keybindings]
|
||||||
switch-input-source=['<Alt>Shift_L']
|
switch-input-source=['<Alt>Shift_L']
|
||||||
switch-input-source-backward=['<Shift>Alt_L']
|
switch-input-source-backward=['<Shift>Alt_L']
|
||||||
|
|
||||||
|
panel-run-dialog=['<Super>r']
|
||||||
|
|
||||||
'';
|
'';
|
||||||
environment.gnome.excludePackages = [
|
environment.gnome.excludePackages = [
|
||||||
pkgs.gnome-tour
|
pkgs.gnome-tour
|
||||||
@ -236,7 +243,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# groups keyd keyboard with the rest of the internal HID devices letting libinput correctly
|
# group keyd keyboard with the rest of the internal HID devices letting libinput correctly
|
||||||
# handle touchpad features line "disable while typing"...
|
# handle touchpad features line "disable while typing"...
|
||||||
environment.etc."libinput/local-overrides.quirks".text = ''
|
environment.etc."libinput/local-overrides.quirks".text = ''
|
||||||
[keyd]
|
[keyd]
|
||||||
@ -295,6 +302,10 @@
|
|||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
usbutils udiskie udisks
|
||||||
|
exfat exfatprogs
|
||||||
|
scrounge-ntfs
|
||||||
|
|
||||||
vim-full
|
vim-full
|
||||||
micro
|
micro
|
||||||
vifm mc far2l
|
vifm mc far2l
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user