mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-05 04:12:10 +02:00
Up
This commit is contained in:
@@ -1,51 +1,52 @@
|
||||
{ config, pkgs, ...}: {
|
||||
home.username = "hadi";
|
||||
home.homeDirectory = "/home/hadi";
|
||||
{ config, pkgs, ... }: {
|
||||
home.username = "hadi";
|
||||
home.homeDirectory = "/home/hadi";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
swappy
|
||||
spotify
|
||||
imv
|
||||
discord
|
||||
obsidian
|
||||
ranger
|
||||
fd
|
||||
btop
|
||||
go
|
||||
cargo
|
||||
nodejs
|
||||
python3
|
||||
unzip
|
||||
blueman
|
||||
gcc
|
||||
peaclock
|
||||
xdg_utils
|
||||
tldr
|
||||
qt5ct
|
||||
libva
|
||||
wget
|
||||
ripgrep
|
||||
home.packages = with pkgs; [
|
||||
swappy
|
||||
spotify
|
||||
imv
|
||||
discord
|
||||
obsidian
|
||||
ranger
|
||||
fd
|
||||
btop
|
||||
go
|
||||
cargo
|
||||
nodejs
|
||||
python3
|
||||
unzip
|
||||
blueman
|
||||
gcc
|
||||
peaclock
|
||||
xdg_utils
|
||||
tldr
|
||||
qt5ct
|
||||
libva
|
||||
wget
|
||||
ripgrep
|
||||
blanket
|
||||
|
||||
# Backup
|
||||
vscode
|
||||
firefox
|
||||
];
|
||||
# Backup
|
||||
vscode
|
||||
firefox
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "23.11";
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
./hyprland
|
||||
./nvim
|
||||
./waybar
|
||||
./kitty
|
||||
./dunst
|
||||
./wlogout
|
||||
./wofi
|
||||
./qutebrowser
|
||||
./git
|
||||
./shell
|
||||
./misc
|
||||
./nextcloud
|
||||
];
|
||||
imports = [
|
||||
./hyprland
|
||||
./nvim
|
||||
./waybar
|
||||
./kitty
|
||||
./dunst
|
||||
./wlogout
|
||||
./wofi
|
||||
./qutebrowser
|
||||
./git
|
||||
./shell
|
||||
./misc
|
||||
./nextcloud
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user