-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathdefault.nix
42 lines (42 loc) · 1.96 KB
/
default.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{inputs, username, host, ...}: {
imports = [
./aseprite/aseprite.nix # pixel art editor
./audacious.nix # music player
./bat.nix # better cat command
./browser.nix # firefox based browser
./btop.nix # resouces monitor
./cava.nix # audio visualizer
./discord/discord.nix # discord with gruvbox
./fastfetch.nix # fetch tool
./fzf.nix # fuzzy finder
./gaming.nix # packages related to gaming
./ghostty.nix # terminal
./git.nix # version control
./gnome.nix # gnome apps
./gtk.nix # gtk theme
./hyprland # window manager
./kitty.nix # terminal
./lazygit.nix
./micro.nix # nano replacement
./nemo.nix # file manager
./nvim.nix # neovim editor
./obsidian.nix
./p10k/p10k.nix
./packages.nix # other packages
./retroarch.nix
./rofi.nix # launcher
./scripts/scripts.nix # personal scripts
./spicetify.nix # spotify client
./starship.nix # shell prompt
./swaylock.nix # lock screen
./swayosd.nix # brightness / volume wiget
./swaync/swaync.nix # notification deamon
# ./viewnior.nix # image viewer
./vscodium.nix # vscode forck
./waybar # status bar
./waypaper.nix # GUI wallpaper picker
./xdg-mimes.nix # xdg config
./yazi.nix # terminal file manager
./zsh # shell
];
}