Sun Jun 2 02:39:54 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-02 14:39:54 +02:00
parent cbe6f05774
commit 3dc025f4e4
2 changed files with 8 additions and 8 deletions

View File

@ -2,13 +2,13 @@
{
imports = [
(import ./modules/zsh)
(import ./modules/nvim)
(import ./modules/email)
(import ./modules/rofi)
(import ./modules/lf)
(import ./modules/hyprland { inherit inputs pkgs; })
(import ./modules/waybar { inherit inputs pkgs; })
./zsh
./nvim
./email
./rofi
./lf
(import ./hyprland { inherit inputs pkgs; })
(import ./waybar { inherit inputs pkgs; })
];
home.stateVersion = "24.11";

View File

@ -2,6 +2,6 @@
{
imports = [
(./common.nix { inherit inputs config pkgs; })
(import ./common.nix { inherit inputs config pkgs; })
];
}