mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
@@ -1,5 +1,25 @@
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
./hyprland
|
||||
./nvim
|
||||
./waybar
|
||||
./kitty
|
||||
./dunst
|
||||
./wlogout
|
||||
./wofi
|
||||
./qutebrowser
|
||||
./git
|
||||
./shell
|
||||
./misc
|
||||
./nextcloud
|
||||
./scripts
|
||||
./neofetch
|
||||
./spicetify
|
||||
./variables/theme
|
||||
./wallpaper
|
||||
];
|
||||
|
||||
home.username = "hadi";
|
||||
home.homeDirectory = "/home/hadi";
|
||||
|
||||
@@ -25,7 +45,6 @@
|
||||
libva
|
||||
wget
|
||||
ripgrep
|
||||
blanket
|
||||
|
||||
# Backup
|
||||
vscode
|
||||
@@ -34,24 +53,4 @@
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
./hyprland
|
||||
./nvim
|
||||
./waybar
|
||||
./kitty
|
||||
./dunst
|
||||
./wlogout
|
||||
./wofi
|
||||
./qutebrowser
|
||||
./git
|
||||
./shell
|
||||
./misc
|
||||
./nextcloud
|
||||
./scripts
|
||||
./neofetch
|
||||
./spicetify
|
||||
./variables/theme
|
||||
./wallpaper
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user