aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/programs/core.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/programs/core.nix')
-rw-r--r--nixos/.flake/home/programs/core.nix32
1 files changed, 0 insertions, 32 deletions
diff --git a/nixos/.flake/home/programs/core.nix b/nixos/.flake/home/programs/core.nix
deleted file mode 100644
index 7fb94d1..0000000
--- a/nixos/.flake/home/programs/core.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- imports = [
- ./fastfetch.nix
- ./foot.nix
- ./git.nix
- ./hyprlock.nix
- ./ncmpcpp.nix
- ./ssh.nix
- ./waybar.nix
- ./zsh.nix
- ];
-
- home.packages = with pkgs; [
- discord # not FOSS
- fuzzel
- gcc
- htop
- hyfetch
- hyprshot
- mpc-cli
- mpv
- networkmanagerapplet
- obs-studio
- pavucontrol
- prismlauncher # minecraft
- python3
- swaybg
- texliveFull
- ];
-}