mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 07:17:28 +01:00
merge
This commit is contained in:
commit
67ebefd750
6
home.nix
6
home.nix
@ -42,7 +42,7 @@
|
||||
"${modifier}+b" = "exec firefox";
|
||||
"${modifier}+t" = "exec gedit";
|
||||
|
||||
"${modifier}+Return" = "exec i3-sensible-terminal -e zsh";
|
||||
"${modifier}+Return" = lib.mkForce "exec i3-sensible-terminal -e zsh";
|
||||
"${modifier}+Shift+Return" = "exec i3-sensible-terminal -e ssh daniel@adam";
|
||||
};
|
||||
};
|
||||
@ -145,6 +145,8 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.nextcloud-client.enable = true;
|
||||
|
||||
home.packages = [
|
||||
pkgs.gnome3.gnome-terminal
|
||||
|
||||
@ -178,6 +180,8 @@
|
||||
pkgs.unzip
|
||||
|
||||
pkgs.gnome3.gedit
|
||||
pkgs.libreoffice-fresh
|
||||
pkgs.texlive.combined.scheme-full
|
||||
pkgs.kile
|
||||
pkgs.libreoffice-unwrapped
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user