From 773e40b277686f1db07cee20a196b4eeddfeb138 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 1 Mar 2025 22:16:31 +0100 Subject: [PATCH] chore: remove yoshino-specific lists since they're no longer needed, stuff is now in it's host file --- modules/home/default.yoshino.nix | 18 ------- modules/home/packages.yoshino.nix | 85 ------------------------------- 2 files changed, 103 deletions(-) delete mode 100644 modules/home/default.yoshino.nix delete mode 100644 modules/home/packages.yoshino.nix diff --git a/modules/home/default.yoshino.nix b/modules/home/default.yoshino.nix deleted file mode 100644 index d6a0228..0000000 --- a/modules/home/default.yoshino.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ ...}: { - imports = - [(import ./git.nix)] # version control - ++ [(import ./swaync/default.nix)] # notification panel - ++ [(import ./fonts.nix)] # fonts - ++ [(import ./hyprland)] # window manager - ++ [(import ./kitty.nix)] # terminal - ++ [(import ./mako.nix)] # notification deamon - ++ [(import ./nvim.nix)] # neovim editor - ++ [(import ./zathura.nix)] # neovim editor - ++ [(import ./packages.yoshino.nix)] # other packages - ++ [(import ./scripts/scripts.nix)] # personal scripts - ++ [(import ./swaylock.nix)] # lock screen - ++ [(import ./waybar)] # status bar - ++ [(import ./wofi.nix)] # launcher - ++ [(import ./zsh.nix)] # shell - ++ [(import ./tmux.nix)]; # terminal multiplexer -} diff --git a/modules/home/packages.yoshino.nix b/modules/home/packages.yoshino.nix deleted file mode 100644 index cab1e4f..0000000 --- a/modules/home/packages.yoshino.nix +++ /dev/null @@ -1,85 +0,0 @@ -{ inputs, pkgs, ... }: -{ - home.packages = with pkgs; [ - pciutils # List PCI(e) devices and controllers - bandwhich # Terminal bandwidth utilization tool - element-desktop # Nheko is kinda shit so sadly this has to happen - signal-desktop # Since the bridge is broken :( - tesseract # Screen grabbing text from images/PDFs/etc - pixcat # Display images in the terminal - lm_sensors # Show sensor outputs, i.e. temperatures - yubikey-touch-detector # Display notification when YubiKey requires a headpat - linuxKernel.packages.linux_hardened.v4l2loopback # Use A7ii as webcam - # wikit # Wikipedia summaries from the terminal, not added to Nix yet - # reader # Firefox reader mode but in the terminal, not added to Nix yet - vimv # edit filenames in batch with $EDITOR - pastel # generate, analyze, convert and manipulate colors - glow # Render Markdown from the terminal - htmlq # jq but for HTML - android-tools # ADB/Fastboot - eva # Calculator - # termpdfpy # Read PDFs from the terminal, errors out for now - anki-bin # Review flashcards - vimv # Bulk rename - exiftool # Read exif data from CLI - translate-shell # Google Translate but in the CLI - wireguard-tools # VPN connections - openresolv # required for wireguard-tools - progress - zip - ripdrag - pwgen - jq - tmux - wdisplays - htop - librewolf - nsxiv - eza - file - fzf - lazygit - gitleaks # TODO: adds pre-commit hook - xfce.thunar - lunar-client - jdk - ripgrep - yt-dlp - wineWowPackages.wayland - spotify - thunderbird - neofetch - hyfetch - nodejs_22 - yarn - - # C / C++ - gcc - gnumake - - # Python - python3 - - ffmpeg - killall - libnotify - man-pages # extra man pages - mpv # video player - openssl - pamixer # pulseaudio command line mixer - lxqt.pavucontrol-qt # pulseaudio volume controle (GUI) - playerctl # controller for media players - wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste) - cliphist # clipboard history manager - unzip - wget - xdg-utils - xxd - inputs.alejandra.defaultPackage.${system} - inputs.nixvim.packages.${pkgs.system}.default - ]; - - # environment.systemPackages = with pkgs; [ - # nodePackages. - # ] -}