Restructure repo
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
imports = [
|
|
||||||
./nixy
|
|
||||||
./sounds
|
|
||||||
./brightness
|
|
||||||
./caffeine
|
|
||||||
./hyprpanel
|
|
||||||
./hyprfocus
|
|
||||||
./night-shift
|
|
||||||
./screenshot
|
|
||||||
./nerdfont-fzf
|
|
||||||
./notification
|
|
||||||
./system
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -2,16 +2,16 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Mostly system related configuration
|
# Mostly system related configuration
|
||||||
../../nixos/audio.nix
|
../../modules/nixos/audio.nix
|
||||||
../../nixos/bluetooth.nix
|
../../modules/nixos/bluetooth.nix
|
||||||
../../nixos/fonts.nix
|
../../modules/nixos/fonts.nix
|
||||||
../../nixos/home-manager.nix
|
../../modules/nixos/home-manager.nix
|
||||||
../../nixos/nix.nix
|
../../modules/nixos/nix.nix
|
||||||
../../nixos/systemd-boot.nix
|
../../modules/nixos/systemd-boot.nix
|
||||||
../../nixos/sddm.nix
|
../../modules/nixos/sddm.nix
|
||||||
../../nixos/users.nix
|
../../modules/nixos/users.nix
|
||||||
../../nixos/utils.nix
|
../../modules/nixos/utils.nix
|
||||||
../../nixos/hyprland.nix
|
../../modules/nixos/hyprland.nix
|
||||||
|
|
||||||
# You should let those lines as is
|
# You should let those lines as is
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|||||||
@@ -10,46 +10,39 @@
|
|||||||
./variables.nix
|
./variables.nix
|
||||||
|
|
||||||
# Programs
|
# Programs
|
||||||
../../home/programs/kitty
|
../../modules/home-manager/accounts
|
||||||
# ../../home/programs/alacritty
|
../../modules/home-manager/nixCats
|
||||||
../../home/programs/ghostty
|
../../modules/home-manager/shell
|
||||||
#../../home/programs/nvf
|
|
||||||
../../home/programs/shell
|
../../modules/home-manager/aerc.nix
|
||||||
#../../home/programs/fetch
|
../../modules/home-manager/bitwarden.nix
|
||||||
../../home/programs/git
|
../../modules/home-manager/direnv.nix
|
||||||
#../../home/programs/git/signing.nix
|
../../modules/home-manager/discord.nix
|
||||||
../../home/programs/spicetify
|
../../modules/home-manager/ghostty.nix
|
||||||
../../home/programs/thunar
|
../../modules/home-manager/git.nix
|
||||||
#../../home/programs/lazygit
|
../../modules/home-manager/gpg.nix
|
||||||
../../home/programs/discord
|
../../modules/home-manager/khal.nix
|
||||||
#../../home/programs/tailscale
|
../../modules/home-manager/kitty.nix
|
||||||
../../home/programs/gpg
|
../../modules/home-manager/lazygit.nix
|
||||||
../../home/programs/rclone
|
../../modules/home-manager/nh.nix
|
||||||
../../home/programs/direnv
|
../../modules/home-manager/rclone.nix
|
||||||
../../home/programs/thunderbird
|
../../modules/home-manager/spicetify.nix
|
||||||
../../home/programs/bitwarden
|
../../modules/home-manager/ssh.nix
|
||||||
../../home/programs/nixCats
|
../../modules/home-manager/thunar.nix
|
||||||
../../home/programs/khal
|
../../modules/home-manager/thunderbird.nix
|
||||||
../../home/programs/aerc
|
../../modules/home-manager/todoman.nix
|
||||||
../../home/programs/accounts
|
../../modules/home-manager/vicinae.nix
|
||||||
#../../home/programs/zen-browser
|
../../modules/home-manager/zathura.nix
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
../../home/scripts # All scripts
|
../../modules/home-manager/scripts
|
||||||
|
|
||||||
# System (Desktop environment like stuff)
|
# System (Desktop environment like stuff)
|
||||||
../../home/system/hyprland
|
../../modules/home-manager/hyprland
|
||||||
#../../home/system/hyprlock
|
../../modules/home-manager/hyprpanel.nix
|
||||||
../../home/system/hyprpanel
|
../../modules/home-manager/hyprpaper.nix
|
||||||
#../../home/system/ashell
|
../../modules/home-manager/mime.nix
|
||||||
../../home/system/hyprsunset
|
../../modules/home-manager/udiskie.nix
|
||||||
../../home/system/hyprpaper
|
|
||||||
../../home/system/zathura
|
|
||||||
../../home/system/mime
|
|
||||||
../../home/system/udiskie
|
|
||||||
../../home/system/vicinae
|
|
||||||
../../home/system/wofi
|
|
||||||
# ../../home/system/hypridle
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Choose your theme here:
|
# Choose your theme here:
|
||||||
../../themes/catppuccin.nix
|
../../modules/themes/catppuccin.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config.var = {
|
config.var = {
|
||||||
|
|||||||
@@ -4,21 +4,21 @@
|
|||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
|
|
||||||
../../nixos/home-manager.nix
|
../../modules/nixos/home-manager.nix
|
||||||
../../nixos/nix.nix
|
../../modules/nixos/nix.nix
|
||||||
../../nixos/users.nix
|
../../modules/nixos/users.nix
|
||||||
../../nixos/utils.nix
|
../../modules/nixos/utils.nix
|
||||||
|
|
||||||
../../server-modules/ssh.nix
|
../../modules/nixos/ssh.nix
|
||||||
../../server-modules/caddy.nix
|
../../modules/nixos/caddy.nix
|
||||||
../../server-modules/bitwarden.nix
|
../../modules/nixos/bitwarden.nix
|
||||||
../../server-modules/firewall.nix
|
../../modules/nixos/firewall.nix
|
||||||
../../server-modules/copyparty.nix
|
../../modules/nixos/copyparty.nix
|
||||||
../../server-modules/home-assistant.nix
|
../../modules/nixos/home-assistant.nix
|
||||||
../../server-modules/glance.nix
|
../../modules/nixos/glance.nix
|
||||||
../../server-modules/radicale.nix
|
../../modules/nixos/radicale.nix
|
||||||
../../server-modules/actual-budget.nix
|
../../modules/nixos/actual-budget.nix
|
||||||
../../server-modules/gitea.nix
|
../../modules/nixos/gitea.nix
|
||||||
|
|
||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|||||||
@@ -9,14 +9,8 @@
|
|||||||
./variables.nix
|
./variables.nix
|
||||||
|
|
||||||
# Programs
|
# Programs
|
||||||
#../../home/programs/nvf
|
../../modules/home-manager/shell
|
||||||
../../home/programs/shell
|
../../modules/home-manager/git.nix
|
||||||
#../../home/programs/fetch
|
|
||||||
../../home/programs/git
|
|
||||||
#../../home/programs/lazygit
|
|
||||||
|
|
||||||
# Scripts
|
|
||||||
#../../home/scripts # All scripts
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Choose your theme here:
|
# Choose your theme here:
|
||||||
../../themes/catppuccin.nix
|
../../modules/themes/catppuccin.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config.var = {
|
config.var = {
|
||||||
|
|||||||
@@ -2,18 +2,18 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Mostly system related configuration
|
# Mostly system related configuration
|
||||||
../../nixos/audio.nix
|
../../modules/nixos/audio.nix
|
||||||
../../nixos/bluetooth.nix
|
../../modules/nixos/bluetooth.nix
|
||||||
../../nixos/fonts.nix
|
../../modules/nixos/fonts.nix
|
||||||
../../nixos/home-manager.nix
|
../../modules/nixos/home-manager.nix
|
||||||
../../nixos/nix.nix
|
../../modules/nixos/nix.nix
|
||||||
../../nixos/systemd-boot.nix
|
../../modules/nixos/systemd-boot.nix
|
||||||
../../nixos/sddm.nix
|
../../modules/nixos/sddm.nix
|
||||||
../../nixos/users.nix
|
../../modules/nixos/users.nix
|
||||||
../../nixos/utils.nix
|
../../modules/nixos/utils.nix
|
||||||
#../../nixos/tailscale.nix
|
#../../modules/nixos/tailscale.nix
|
||||||
../../nixos/hyprland.nix
|
../../modules/nixos/hyprland.nix
|
||||||
#../../nixos/docker.nix
|
#../../modules/nixos/docker.nix
|
||||||
|
|
||||||
# You should let those lines as is
|
# You should let those lines as is
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|||||||
@@ -11,48 +11,39 @@
|
|||||||
./secrets/default.nix
|
./secrets/default.nix
|
||||||
|
|
||||||
# Programs
|
# Programs
|
||||||
../../home/programs/kitty
|
../../modules/home-manager/accounts
|
||||||
# ../../home/programs/alacritty
|
../../modules/home-manager/nixCats
|
||||||
../../home/programs/ghostty
|
../../modules/home-manager/shell
|
||||||
#../../home/programs/nvf
|
|
||||||
../../home/programs/shell
|
../../modules/home-manager/aerc.nix
|
||||||
#../../home/programs/fetch
|
../../modules/home-manager/bitwarden.nix
|
||||||
../../home/programs/git
|
../../modules/home-manager/direnv.nix
|
||||||
#../../home/programs/git/signing.nix
|
../../modules/home-manager/discord.nix
|
||||||
../../home/programs/spicetify
|
../../modules/home-manager/ghostty.nix
|
||||||
../../home/programs/thunar
|
../../modules/home-manager/git.nix
|
||||||
../../home/programs/lazygit
|
../../modules/home-manager/gpg.nix
|
||||||
../../home/programs/discord
|
../../modules/home-manager/khal.nix
|
||||||
#../../home/programs/tailscale
|
../../modules/home-manager/kitty.nix
|
||||||
../../home/programs/gpg
|
../../modules/home-manager/lazygit.nix
|
||||||
../../home/programs/rclone
|
../../modules/home-manager/nh.nix
|
||||||
../../home/programs/direnv
|
../../modules/home-manager/rclone.nix
|
||||||
../../home/programs/thunderbird
|
../../modules/home-manager/spicetify.nix
|
||||||
../../home/programs/bitwarden
|
../../modules/home-manager/ssh.nix
|
||||||
../../home/programs/nixCats
|
../../modules/home-manager/thunar.nix
|
||||||
../../home/programs/khal
|
../../modules/home-manager/thunderbird.nix
|
||||||
../../home/programs/nh
|
../../modules/home-manager/todoman.nix
|
||||||
../../home/programs/todoman
|
../../modules/home-manager/vicinae.nix
|
||||||
../../home/programs/aerc
|
../../modules/home-manager/zathura.nix
|
||||||
../../home/programs/accounts
|
|
||||||
../../home/programs/ssh
|
|
||||||
#../../home/programs/zen-browser
|
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
../../home/scripts # All scripts
|
../../modules/home-manager/scripts
|
||||||
|
|
||||||
# System (Desktop environment like stuff)
|
# System (Desktop environment like stuff)
|
||||||
../../home/system/hyprland
|
../../modules/home-manager/hyprland
|
||||||
#../../home/system/hyprlock
|
../../modules/home-manager/hyprpanel.nix
|
||||||
../../home/system/hyprpanel
|
../../modules/home-manager/hyprpaper.nix
|
||||||
#../../home/system/ashell
|
../../modules/home-manager/mime.nix
|
||||||
../../home/system/hyprpaper
|
../../modules/home-manager/udiskie.nix
|
||||||
../../home/system/zathura
|
|
||||||
../../home/system/mime
|
|
||||||
../../home/system/udiskie
|
|
||||||
../../home/system/vicinae
|
|
||||||
../../home/system/wofi
|
|
||||||
# ../../home/system/hypridle
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
@@ -108,9 +99,6 @@
|
|||||||
libreoffice-qt6-fresh
|
libreoffice-qt6-fresh
|
||||||
];
|
];
|
||||||
|
|
||||||
# Import my profile picture, used by the hyprpanel dashboard
|
|
||||||
#file.".face.icon" = {source = ./profile_picture.png;};
|
|
||||||
|
|
||||||
# Don't touch this
|
# Don't touch this
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Choose your theme here:
|
# Choose your theme here:
|
||||||
../../themes/catppuccin.nix
|
../../modules/themes/catppuccin.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config.var = {
|
config.var = {
|
||||||
|
|||||||
15
modules/home-manager/scripts/default.nix
Normal file
15
modules/home-manager/scripts/default.nix
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./nixy.nix
|
||||||
|
./sounds.nix
|
||||||
|
./brightness.nix
|
||||||
|
./caffeine.nix
|
||||||
|
./hyprpanel.nix
|
||||||
|
./hyprfocus.nix
|
||||||
|
./night-shift.nix
|
||||||
|
./screenshot.nix
|
||||||
|
./nerdfont-fzf.nix
|
||||||
|
./notification.nix
|
||||||
|
./system.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user