From 6d165e59c67f4066df8f4af1ad63a6bd4bfaa740 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 09:46:03 +0200 Subject: [PATCH] feat: enable/disable some modules, remove unused bindings --- modules/home/default.desktop.nix | 6 ++---- modules/home/default.nix | 15 ++------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/modules/home/default.desktop.nix b/modules/home/default.desktop.nix index e1917be..4e658d9 100644 --- a/modules/home/default.desktop.nix +++ b/modules/home/default.desktop.nix @@ -1,7 +1,5 @@ -{inputs, username, host, ...}: { +{ ...}: { imports = [(import ./default.nix)] - ++ [(import ./rider.nix)] # C# JetBrain editor - # ++ [ (import ./steam.nix) ] - ++ [(import ./unity.nix)]; + ++ [ (import ./steam.nix) ]; } diff --git a/modules/home/default.nix b/modules/home/default.nix index 153138c..143e1ee 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -1,25 +1,14 @@ -{inputs, username, host, ...}: { +{ ...}: { imports = - [(import ./aseprite/aseprite.nix)] # pixel art editor - ++ [(import ./audacious/audacious.nix)] # music player - ++ [(import ./bat.nix)] # better cat command - ++ [(import ./btop.nix)] # resouces monitor - ++ [(import ./cava.nix)] # audio visualizer - ++ [(import ./discord.nix)] # discord with catppuccin theme - ++ [(import ./floorp/floorp.nix)] # firefox based browser - ++ [(import ./gaming.nix)] # packages related to gaming + [(import ./bat.nix)] # better cat command ++ [(import ./git.nix)] # version control ++ [(import ./gtk.nix)] # gtk theme ++ [(import ./hyprland)] # window manager ++ [(import ./kitty.nix)] # terminal ++ [(import ./mako.nix)] # notification deamon - ++ [(import ./micro.nix)] # nano replacement ++ [(import ./nvim.nix)] # neovim editor ++ [(import ./packages.nix)] # other packages - ++ [(import ./retroarch.nix)] - ++ [(import ./rider.nix)] # C# JetBrain editor ++ [(import ./scripts/scripts.nix)] # personal scripts - ++ [(import ./starship.nix)] # shell prompt ++ [(import ./swaylock.nix)] # lock screen ++ [(import ./vscodium.nix)] # vscode forck ++ [(import ./waybar)] # status bar