mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: enable/disable some modules, remove unused bindings
This commit is contained in:
parent
d945ae41d6
commit
6d165e59c6
2 changed files with 4 additions and 17 deletions
|
|
@ -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) ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue