remake dir structure for home-manager
This commit is contained in:
parent
9415d40508
commit
3151b79560
26 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./global.nix
|
||||
./common/desktop
|
||||
./features/desktop
|
||||
];
|
||||
|
||||
config.monitors = [
|
||||
|
|
|
@ -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
|
|
@ -6,8 +6,8 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
../../common/desktop
|
||||
../../common/desktop/wlr
|
||||
../default.nix
|
||||
../wlr
|
||||
./swaylock.nix
|
||||
./swayidle.nix
|
||||
];
|
|
@ -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
|
|
@ -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 = {
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
{
|
||||
imports = [
|
||||
./global.nix
|
||||
./desktop/hyprland
|
||||
./desktop/games
|
||||
./features/desktop/hyprland
|
||||
./features/desktop/games
|
||||
];
|
||||
|
||||
# ---------- ------
|
||||
|
|
Loading…
Add table
Reference in a new issue