Add wayland clipboard, remove X11 forwarding from SSH

This commit is contained in:
Evie Litherland-Smith 2023-04-21 14:24:53 +01:00
parent a6dc408032
commit 0203b73757
8 changed files with 10 additions and 12 deletions

View file

@ -1,7 +1,4 @@
{ ... }: {
imports = [
./common/work.nix
./desktop/gtk.nix
];
imports = [ ./common/work.nix ];
home.stateVersion = "22.11";
}

View file

@ -1,7 +1,4 @@
{ ... }: {
imports = [
./common/work.nix
./desktop/gtk.nix
];
imports = [ ./common/work.nix ];
home.stateVersion = "22.11";
}

View file

@ -2,6 +2,7 @@
imports = [
./common/personal.nix
./desktop/gtk.nix
./desktop/wayland.nix
./env
./tui
./gui/firefox

View file

@ -2,6 +2,7 @@
imports = [
./common/personal.nix
./desktop/gtk.nix
./desktop/wayland.nix
./env
./tui
./gui/firefox.nix

View file

@ -1,6 +1,8 @@
{ ... }:
{
imports = [
../desktop/gtk.nix
../desktop/wayland.nix
../env
../tui
../gui/chromium-wayland.nix

4
home/desktop/wayland.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ wl-clipboard ];
}

View file

@ -21,6 +21,3 @@ Host freia???
Host heimdall* jdc* freia* batch
User elitherl
ForwardX11 yes
ForwardX11Timeout 0
Compression yes

View file

@ -4,5 +4,4 @@ Host legion xenia xenia.me.uk
User xenia
HostName xenia.me.uk
Port 30
ForwardX11 no
ForwardAgent yes