Former-commit-id: a189d592ed
This commit is contained in:
Hadi
2024-03-13 19:26:10 +01:00
parent c5e82fed04
commit 74473f7bf8
12 changed files with 71 additions and 111 deletions

View File

@@ -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
];
}