Update keybindings
This commit is contained in:
parent
3a43fc1002
commit
e2e6370ce2
2 changed files with 37 additions and 22 deletions
|
@ -56,6 +56,7 @@
|
|||
services.xserver.desktopManager.plasma5.enable = false;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
gnome-remote-desktop
|
||||
gnome-weather
|
||||
gnome-user-docs
|
||||
gnome-text-editor
|
||||
|
@ -218,14 +219,21 @@
|
|||
monocraft
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [ (final: prev: {
|
||||
gnome-remote-desktop = prev.gnome-remote-desktop.overrideAttrs(old: {
|
||||
buildInputs = old.buildInputs++[prev.libvncserver];
|
||||
mesonFlags = old.mesonFlags++["-Dvnc=true"];
|
||||
});
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
}) ];
|
||||
|
||||
services.gnome.gnome-remote-desktop.enable = true;
|
||||
programs.nix-ld.enable = true;
|
||||
environment.systemPackages = [
|
||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
# wget
|
||||
pkgs.tailscale
|
||||
pkgs.opencomposite
|
||||
pkgs.wayland
|
||||
pkgs.docker-compose
|
||||
pkgs.networkmanagerapplet
|
||||
|
@ -255,6 +263,7 @@
|
|||
#inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
|
||||
pkgs.nautilus
|
||||
pkgs.libsForQt5.ark
|
||||
pkgs.gnome-remote-desktop
|
||||
];
|
||||
services.tailscale.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
|
|
46
home.nix
46
home.nix
|
@ -125,36 +125,36 @@
|
|||
settings."org/gnome/desktop/wm/keybindings" = {
|
||||
switch-to-workspace-left = ["<Alt>Left"];
|
||||
switch-to-workspace-right = ["<Alt>Right"];
|
||||
switch-to-workspace-1="['<Alt>1']";
|
||||
switch-to-workspace-1=["<Alt>1"];
|
||||
switch-to-application-1="@as []";
|
||||
move-to-workspace-1="['<Alt><Shift>1']";
|
||||
switch-to-workspace-2="['<Alt>2']";
|
||||
move-to-workspace-1=["<Alt><Shift>1"];
|
||||
switch-to-workspace-2=["<Alt>2"];
|
||||
switch-to-application-2="@as []";
|
||||
move-to-workspace-2="['<Alt><Shift>2']";
|
||||
switch-to-workspace-3="['<Alt>3']";
|
||||
move-to-workspace-2=["<Alt><Shift>2"];
|
||||
switch-to-workspace-3=["<Alt>3"];
|
||||
switch-to-application-3="@as []";
|
||||
move-to-workspace-3="['<Alt><Shift>3']";
|
||||
switch-to-workspace-4="['<Alt>4']";
|
||||
move-to-workspace-3=["<Alt><Shift>3"];
|
||||
switch-to-workspace-4=["<Alt>4"];
|
||||
switch-to-application-4="@as []";
|
||||
move-to-workspace-4="['<Alt><Shift>4']";
|
||||
switch-to-workspace-5="['<Alt>5']";
|
||||
move-to-workspace-4=["<Alt><Shift>4"];
|
||||
switch-to-workspace-5=["<Alt>5"];
|
||||
switch-to-application-5="@as []";
|
||||
move-to-workspace-5="['<Alt><Shift>5']";
|
||||
switch-to-workspace-6="['<Alt>6']";
|
||||
move-to-workspace-5=["<Alt><Shift>5"];
|
||||
switch-to-workspace-6=["<Alt>6"];
|
||||
switch-to-application-6="@as []";
|
||||
move-to-workspace-6="['<Alt><Shift>6']";
|
||||
switch-to-workspace-7="['<Alt>7']";
|
||||
move-to-workspace-6=["<Alt><Shift>6"];
|
||||
switch-to-workspace-7=["<Alt>7"];
|
||||
switch-to-application-7="@as []";
|
||||
move-to-workspace-7="['<Alt><Shift>7']";
|
||||
switch-to-workspace-8="['<Alt>8']";
|
||||
move-to-workspace-7=["<Alt><Shift>7"];
|
||||
switch-to-workspace-8=["<Alt>8"];
|
||||
switch-to-application-8="@as []";
|
||||
move-to-workspace-8="['<Alt><Shift>8']";
|
||||
switch-to-workspace-9="['<Alt>9']";
|
||||
move-to-workspace-8=["<Alt><Shift>8"];
|
||||
switch-to-workspace-9=["<Alt>9"];
|
||||
switch-to-application-9="@as []";
|
||||
move-to-workspace-9="['<Alt><Shift>9']";
|
||||
switch-to-workspace-10="['<Alt>0']";
|
||||
move-to-workspace-9=["<Alt><Shift>9"];
|
||||
switch-to-workspace-10=["<Alt>0"];
|
||||
switch-to-application-10="@as []";
|
||||
move-to-workspace-10="['<Alt><Shift>0']";
|
||||
move-to-workspace-10=["<Alt><Shift>0"];
|
||||
close = ["<Alt>c"];
|
||||
toggle-fullscreen = ["<Alt>f"];
|
||||
};
|
||||
|
@ -185,6 +185,10 @@
|
|||
tile-by-default = true;
|
||||
active-hint = true;
|
||||
hint-color-rgba = "rgba(133,193,220,1)";
|
||||
toggle-stacking-global = ["<Alt>w"];
|
||||
toggle-stacking = ["w"];
|
||||
toggle-floating = ["<Alt>v"];
|
||||
tile-enter = ["<Alt>b"];
|
||||
};
|
||||
settings."org/gnome/shell/extensions/unite" = {
|
||||
hide-window-titlebars = "always";
|
||||
|
@ -259,6 +263,8 @@
|
|||
};
|
||||
|
||||
programs.librewolf.enable = true;
|
||||
services.kdeconnect.enable = true;
|
||||
services.kdeconnect.indicator = true;
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue