screen sharing (still broken tho)
This commit is contained in:
parent
d0194f0589
commit
59fbd0545c
2 changed files with 18 additions and 3 deletions
8
home.nix
8
home.nix
|
|
@ -46,7 +46,7 @@ let username = "clara"; in
|
|||
alacritty
|
||||
imagemagick
|
||||
htop
|
||||
firefox
|
||||
(pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true; }) { })
|
||||
tex
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.clion
|
||||
|
|
@ -83,6 +83,9 @@ let username = "clara"; in
|
|||
mpv
|
||||
helvum
|
||||
gvfs
|
||||
vdhcoapp
|
||||
inkscape
|
||||
prusa-slicer
|
||||
] ++ (if x11mode then [
|
||||
arandr
|
||||
flameshot
|
||||
|
|
@ -93,7 +96,7 @@ let username = "clara"; in
|
|||
sway-contrib.grimshot
|
||||
]);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
@ -114,6 +117,7 @@ let username = "clara"; in
|
|||
home.sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
GTK_THEME = "Adwaita:dark";
|
||||
XDG_CURRENT_DESKTOP = "sway";
|
||||
};
|
||||
systemd.user.sessionVariables = {
|
||||
GTK2_RC_FILES = "/home/${username}/.gtkrc-2.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue