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 = [ 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";

View File

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