Restructure repo
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
{
|
||||
imports = [
|
||||
# Mostly system related configuration
|
||||
../../nixos/audio.nix
|
||||
../../nixos/bluetooth.nix
|
||||
../../nixos/fonts.nix
|
||||
../../nixos/home-manager.nix
|
||||
../../nixos/nix.nix
|
||||
../../nixos/systemd-boot.nix
|
||||
../../nixos/sddm.nix
|
||||
../../nixos/users.nix
|
||||
../../nixos/utils.nix
|
||||
../../nixos/hyprland.nix
|
||||
../../modules/nixos/audio.nix
|
||||
../../modules/nixos/bluetooth.nix
|
||||
../../modules/nixos/fonts.nix
|
||||
../../modules/nixos/home-manager.nix
|
||||
../../modules/nixos/nix.nix
|
||||
../../modules/nixos/systemd-boot.nix
|
||||
../../modules/nixos/sddm.nix
|
||||
../../modules/nixos/users.nix
|
||||
../../modules/nixos/utils.nix
|
||||
../../modules/nixos/hyprland.nix
|
||||
|
||||
# You should let those lines as is
|
||||
./hardware-configuration.nix
|
||||
|
||||
@@ -10,46 +10,39 @@
|
||||
./variables.nix
|
||||
|
||||
# Programs
|
||||
../../home/programs/kitty
|
||||
# ../../home/programs/alacritty
|
||||
../../home/programs/ghostty
|
||||
#../../home/programs/nvf
|
||||
../../home/programs/shell
|
||||
#../../home/programs/fetch
|
||||
../../home/programs/git
|
||||
#../../home/programs/git/signing.nix
|
||||
../../home/programs/spicetify
|
||||
../../home/programs/thunar
|
||||
#../../home/programs/lazygit
|
||||
../../home/programs/discord
|
||||
#../../home/programs/tailscale
|
||||
../../home/programs/gpg
|
||||
../../home/programs/rclone
|
||||
../../home/programs/direnv
|
||||
../../home/programs/thunderbird
|
||||
../../home/programs/bitwarden
|
||||
../../home/programs/nixCats
|
||||
../../home/programs/khal
|
||||
../../home/programs/aerc
|
||||
../../home/programs/accounts
|
||||
#../../home/programs/zen-browser
|
||||
../../modules/home-manager/accounts
|
||||
../../modules/home-manager/nixCats
|
||||
../../modules/home-manager/shell
|
||||
|
||||
../../modules/home-manager/aerc.nix
|
||||
../../modules/home-manager/bitwarden.nix
|
||||
../../modules/home-manager/direnv.nix
|
||||
../../modules/home-manager/discord.nix
|
||||
../../modules/home-manager/ghostty.nix
|
||||
../../modules/home-manager/git.nix
|
||||
../../modules/home-manager/gpg.nix
|
||||
../../modules/home-manager/khal.nix
|
||||
../../modules/home-manager/kitty.nix
|
||||
../../modules/home-manager/lazygit.nix
|
||||
../../modules/home-manager/nh.nix
|
||||
../../modules/home-manager/rclone.nix
|
||||
../../modules/home-manager/spicetify.nix
|
||||
../../modules/home-manager/ssh.nix
|
||||
../../modules/home-manager/thunar.nix
|
||||
../../modules/home-manager/thunderbird.nix
|
||||
../../modules/home-manager/todoman.nix
|
||||
../../modules/home-manager/vicinae.nix
|
||||
../../modules/home-manager/zathura.nix
|
||||
|
||||
# Scripts
|
||||
../../home/scripts # All scripts
|
||||
../../modules/home-manager/scripts
|
||||
|
||||
# System (Desktop environment like stuff)
|
||||
../../home/system/hyprland
|
||||
#../../home/system/hyprlock
|
||||
../../home/system/hyprpanel
|
||||
#../../home/system/ashell
|
||||
../../home/system/hyprsunset
|
||||
../../home/system/hyprpaper
|
||||
../../home/system/zathura
|
||||
../../home/system/mime
|
||||
../../home/system/udiskie
|
||||
../../home/system/vicinae
|
||||
../../home/system/wofi
|
||||
# ../../home/system/hypridle
|
||||
../../modules/home-manager/hyprland
|
||||
../../modules/home-manager/hyprpanel.nix
|
||||
../../modules/home-manager/hyprpaper.nix
|
||||
../../modules/home-manager/mime.nix
|
||||
../../modules/home-manager/udiskie.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{
|
||||
imports = [
|
||||
# Choose your theme here:
|
||||
../../themes/catppuccin.nix
|
||||
../../modules/themes/catppuccin.nix
|
||||
];
|
||||
|
||||
config.var = {
|
||||
|
||||
Reference in New Issue
Block a user