Sun Jun 2 02:39:54 PM CEST 2024
This commit is contained in:
parent
cbe6f05774
commit
3dc025f4e4
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
(import ./modules/zsh)
|
./zsh
|
||||||
(import ./modules/nvim)
|
./nvim
|
||||||
(import ./modules/email)
|
./email
|
||||||
(import ./modules/rofi)
|
./rofi
|
||||||
(import ./modules/lf)
|
./lf
|
||||||
(import ./modules/hyprland { inherit inputs pkgs; })
|
(import ./hyprland { inherit inputs pkgs; })
|
||||||
(import ./modules/waybar { inherit inputs pkgs; })
|
(import ./waybar { inherit inputs pkgs; })
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "24.11";
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
(./common.nix { inherit inputs config pkgs; })
|
(import ./common.nix { inherit inputs config pkgs; })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue