Initial commit (after fork)
This commit is contained in:
parent
5ebba8a939
commit
5fe3f69a17
111 changed files with 1428 additions and 1611 deletions
|
|
@ -1,27 +1,29 @@
|
|||
{inputs, username, host, ...}: {
|
||||
{
|
||||
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 ./fuzzel.nix)] # launcher
|
||||
++ [(import ./gaming.nix)] # packages related to gaming
|
||||
++ [(import ./git.nix)] # version control
|
||||
++ [(import ./gtk.nix)] # gtk theme
|
||||
++ [(import ./hyprland)] # window manager
|
||||
++ [(import ./kitty.nix)] # terminal
|
||||
++ [(import ./swaync/swaync.nix)] # notification deamon
|
||||
++ [(import ./micro.nix)] # nano replacement
|
||||
++ [(import ./nvim.nix)] # neovim editor
|
||||
++ [(import ./packages.nix)] # other packages
|
||||
[(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 ./fuzzel.nix)] # launcher
|
||||
++ [(import ./gaming.nix)] # packages related to gaming
|
||||
++ [(import ./git.nix)] # version control
|
||||
++ [(import ./gtk.nix)] # gtk theme
|
||||
++ [(import ./hyprland)] # window manager
|
||||
++ [(import ./kitty.nix)] # terminal
|
||||
++ [(import ./swaync/swaync.nix)] # notification deamon
|
||||
++ [(import ./nvim.nix)] # neovim editor
|
||||
++ [(import ./packages.nix)] # other packages
|
||||
++ [(import ./retroarch.nix)]
|
||||
++ [(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
|
||||
++ [(import ./zsh.nix)]; # shell
|
||||
++ [(import ./scripts/scripts.nix)] # personal scripts
|
||||
++ [(import ./spotify.nix)]
|
||||
++ [(import ./starship.nix)] # shell prompt
|
||||
++ [(import ./vscodium.nix)] # vscode forck
|
||||
++ [(import ./waybar)] # status bar
|
||||
++ [(import ./zsh.nix)]; # shell
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue