From dc80560082eaed5125d2049a1017be8ff46814c0 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 29 Apr 2023 23:50:32 +0200 Subject: move common software into separate file --- modules/sway.nix | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'modules/sway.nix') diff --git a/modules/sway.nix b/modules/sway.nix index fecf66f..d90e1d1 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -1,24 +1,12 @@ # General Desktop-related config { pkgs, ... }: { + imports = [ + ./desktop-software.nix + ]; environment.systemPackages = with pkgs; [ - firefox-wayland - wl-clipboard screen-message qbittorrent - dino - fluffychat - tdesktop - # (tdesktop.overrideAttrs (old: rec { - # version = "4.6.7"; - # src = fetchFromGitHub { - # owner = "forkgram"; - # repo = "tdesktop"; - # rev = "v${version}"; - # sha256 = "sha256-KMV/t3AC/kZQVz31UPYEKU/An6ycdsabZazUVCA9yIU="; - # }; - # })) - signal-desktop gajim imv swayimg @@ -36,12 +24,6 @@ bashmount (xfce.thunar.override { thunarPlugins = with xfce; [ thunar-volman thunar-archive-plugin ]; }) audacity - yt-dlp - tor-browser-bundle-bin - ffmpeg-full - gimp - inkscape - blender ]; #on the desktop, we need nice fonts ^^ -- cgit v1.3.1