Refactor directory structure
This commit is contained in:
@@ -2,17 +2,15 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/home/desktop/hyprland
|
||||
# ../../modules/home/programs/barrier.nix
|
||||
../../modules/home/programs/common.nix
|
||||
../../modules/home/programs/firefox.nix
|
||||
../../modules/home/programs/git.nix
|
||||
../../modules/home/programs/modrinth.nix
|
||||
../../modules/home/programs/neovim
|
||||
../../modules/home/programs/ssh.nix
|
||||
../../modules/home/theme
|
||||
../../modules/home/theme/blueish.nix
|
||||
../../modules/home/utils/fonts.nix
|
||||
# GUI
|
||||
../../modules/home/gui/common
|
||||
../../modules/home/gui/hyprland
|
||||
../../modules/home/gui/nextcloud.nix
|
||||
../../modules/home/gui/theming.nix
|
||||
|
||||
# CLI
|
||||
../../modules/home/cli/common
|
||||
../../modules/home/cli/ssh.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
@@ -23,14 +21,21 @@
|
||||
home.packages = with pkgs; [
|
||||
# Desktop Applications
|
||||
kdenlive
|
||||
gthumb
|
||||
unstable.arduino-ide
|
||||
unstable.prismlauncher
|
||||
unstable.joplin-desktop
|
||||
|
||||
unstable.moonlight-qt
|
||||
|
||||
unstable.prusa-slicer
|
||||
signal-desktop
|
||||
unstable.vesktop
|
||||
|
||||
# Office
|
||||
libreoffice
|
||||
onlyoffice-bin
|
||||
|
||||
# Image editing
|
||||
gimp
|
||||
inkscape
|
||||
|
||||
];
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
Reference in New Issue
Block a user