organized files
This commit is contained in:
@@ -2,13 +2,9 @@
|
|||||||
inputs, outputs, lib, config, pkgs, ...
|
inputs, outputs, lib, config, pkgs, ...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../packages/nvim/default.nix
|
../modules/editor.nix
|
||||||
# ../packages/zsh/default.nix
|
|
||||||
../modules/terminal.nix
|
../modules/terminal.nix
|
||||||
../packages/ags/default.nix
|
../modules/wayland.nix
|
||||||
../packages/hyprland/default.nix
|
|
||||||
../packages/hyprpanel/default.nix
|
|
||||||
# /home/biscuit/Nixos/packages/hyprland/default.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
{ ... }: {
|
||||||
|
imports = [
|
||||||
|
../packages/nvim/default.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
{ ... }: {
|
||||||
|
imports = [
|
||||||
|
../packages/hyprland/default.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user