Compare commits

..

No commits in common. "c8b176751f2bdba9508b818319200c5be1c98c70" and "56ab58a2ef7cfa697897351401a74169f21d9e9b" have entirely different histories.

3 changed files with 11 additions and 19 deletions

View file

@ -28,7 +28,7 @@ in {
xdg.portal = { xdg.portal = {
enable = true; enable = true;
gtkUsePortal = true; gtkUsePortal = true;
extraPortals = with pkgs; [ extraPortals = with unstable; [
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-wlr xdg-desktop-portal-wlr
]; ];
@ -83,7 +83,6 @@ in {
hicolor-icon-theme hicolor-icon-theme
numix-icon-theme numix-icon-theme
alacritty
imv imv
inkscape inkscape
libqrencode libqrencode
@ -98,7 +97,7 @@ in {
pulsemixer pulsemixer
wl-clipboard wl-clipboard
xdg_utils xdg_utils
xfce.thunar unstable.alacritty
unstable.keepassxc unstable.keepassxc
( (
pkgs.writeTextFile { pkgs.writeTextFile {
@ -108,17 +107,11 @@ in {
text = '' text = ''
#! ${pkgs.bash}/bin/bash #! ${pkgs.bash}/bin/bash
export GTK_ICON_THEME=Tango
export GTK_THEME=Blackbird
export _JAVA_AWT_WM_NOREPARENTING=1 export _JAVA_AWT_WM_NOREPARENTING=1
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1 export QT_AUTO_SCREEN_SCALE_FACTOR=0
export MOZ_USE_XINPUT2=1
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_FORCE_DPI=96 export QT_WAYLAND_FORCE_DPI=96
export QT_QPA_PLATFORM=wayland-egl
export SDL_VIDEODRIVER=wayland export SDL_VIDEODRIVER=wayland
export XDG_CURRENT_DESKTOP=sway
export XDG_SESSION_TYPE=wayland
${pkgs.dbus}/bin/dbus-run-session ${pkgs.sway}/bin/sway ${pkgs.dbus}/bin/dbus-run-session ${pkgs.sway}/bin/sway
''; '';
@ -129,6 +122,11 @@ in {
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true; services.blueman.enable = true;
services.gvfs = {
enable = true;
package = lib.mkForce pkgs.gnome3.gvfs;
};
services.syncthing = { services.syncthing = {
enable = true; enable = true;
dataDir = "/home/stefan"; dataDir = "/home/stefan";

View file

@ -15,10 +15,10 @@ in {
unstable.gopls unstable.gopls
unstable.rust-analyzer unstable.rust-analyzer
emacs
ltrace
sops sops
tig tig
ltrace
unstable.emacs
openssl pkg-config nasm cmake zlib gcc binutils-unwrapped openssl pkg-config nasm cmake zlib gcc binutils-unwrapped
]; ];

View file

@ -14,10 +14,4 @@ in {
openscad openscad
kicad kicad
]; ];
fileSystems."/mnt/nfs" = {
device = "10.1.20.29:/srv/nfs";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=120" ];
};
} }