remake dir structure for home-manager

This commit is contained in:
insects 2024-08-21 15:55:14 +02:00
parent 9415d40508
commit 3151b79560
26 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
{
imports = [
./global.nix
./common/desktop
./features/desktop
];
config.monitors = [

View file

@ -6,8 +6,10 @@
./neovim.nix # neovim configuration, my "escape" editor
./lazygit.nix # my preferred git porcellain
./direnv.nix # smart cding
./mise.nix # version management for tools
];
# stuff that doesn't fit into any other files
home.packages = with pkgs; [
comma # nix-shell a package by prefixing it with `,`
ripgrep # well, it's grep

View file

@ -6,8 +6,8 @@
}:
{
imports = [
../../common/desktop
../../common/desktop/wlr
../default.nix
../wlr
./swaylock.nix
./swayidle.nix
];

View file

@ -1,12 +1,10 @@
{ pkgs, ... }:
{
imports = [
./mise.nix
./php.nix
];
home.packages = with pkgs; [
# some base packages for development, without which nothing would really work
gcc
gnumake
unzip

View file

@ -10,8 +10,8 @@
imports = [
inputs.nix-index-database.hmModules.nix-index
inputs.stylix.homeManagerModules.stylix
./common/cli
./common/universal
./features/cli
./features/devel
] ++ (builtins.attrValues outputs.homeManagerModules);
nixpkgs = {

View file

@ -3,8 +3,8 @@
{
imports = [
./global.nix
./desktop/hyprland
./desktop/games
./features/desktop/hyprland
./features/desktop/games
];
# ---------- ------