diff --git a/modules/home/programs/misc/general/default.nix b/modules/home/programs/misc/general/default.nix index 86d607c..4a83311 100644 --- a/modules/home/programs/misc/general/default.nix +++ b/modules/home/programs/misc/general/default.nix @@ -2,7 +2,6 @@ { home.packages = with pkgs; lib.mkIf config.home.desktop.enable [ bc - fractal libreoffice telegram-desktop vesktop diff --git a/modules/home/programs/misc/headless/default.nix b/modules/home/programs/misc/headless/default.nix index 3f77c2f..061f76a 100644 --- a/modules/home/programs/misc/headless/default.nix +++ b/modules/home/programs/misc/headless/default.nix @@ -3,7 +3,6 @@ home.packages = with pkgs; [ dua p7zip - trash-cli vimv ]; } diff --git a/modules/home/settings/aliases/default.nix b/modules/home/settings/aliases/default.nix index bfa1bcd..8925b1b 100644 --- a/modules/home/settings/aliases/default.nix +++ b/modules/home/settings/aliases/default.nix @@ -15,7 +15,6 @@ # Shortcuts ff = "clear && fastfetch"; ip = "ip -c"; - rm = "trash-rm"; ls = "${pkgs.eza}/bin/eza -a --color=always --group-directories-first --icons"; cat = "${pkgs.bat}/bin/bat --paging never"; copycat = "wl-copy <"; diff --git a/modules/home/wms/niri/autostart/default.nix b/modules/home/wms/niri/autostart/default.nix index 6bf598b..c638a64 100644 --- a/modules/home/wms/niri/autostart/default.nix +++ b/modules/home/wms/niri/autostart/default.nix @@ -18,7 +18,6 @@ spawn-at-startup "librewolf" "-p" "Misc" "--name" "MiscBrowser" spawn-at-startup "thunderbird" spawn-at-startup "vesktop" - spawn-at-startup "fractal" spawn-at-startup "telegram-desktop" ''; } diff --git a/modules/home/wms/sway/autostart/default.nix b/modules/home/wms/sway/autostart/default.nix index 4d99ec5..686f8ec 100644 --- a/modules/home/wms/sway/autostart/default.nix +++ b/modules/home/wms/sway/autostart/default.nix @@ -23,7 +23,6 @@ { command = "librewolf -P Misc --name=MiscBrowser"; } { command = "thunderbird"; } { command = "vesktop"; } - { command = "fractal"; } { command = "telegram-desktop"; } ]; };