mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-23 21:41:44 +02:00
Successfully moved neovim and using homemanager module import
This commit is contained in:
parent
5b423ab74a
commit
b00376f3b6
1
home.nix
1
home.nix
@ -17,6 +17,7 @@ in {
|
|||||||
# Import Program Configurations
|
# Import Program Configurations
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nix-colors.homeManagerModules.default
|
inputs.nix-colors.homeManagerModules.default
|
||||||
|
inputs.nixvim.homeManagerModules.nixvim
|
||||||
inputs.hyprland.homeManagerModules.default
|
inputs.hyprland.homeManagerModules.default
|
||||||
./config/home
|
./config/home
|
||||||
];
|
];
|
||||||
|
@ -10,8 +10,6 @@ let
|
|||||||
in {
|
in {
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
inputs.nixvim.nixosModules.nixvim
|
|
||||||
inputs.nix-colors.homeManagerModules.default
|
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./config/system
|
./config/system
|
||||||
];
|
];
|
||||||
@ -20,8 +18,6 @@ in {
|
|||||||
networking.hostName = "${hostname}"; # Define your hostname
|
networking.hostName = "${hostname}"; # Define your hostname
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
colorScheme = inputs.nix-colors.colorSchemes."${theme}";
|
|
||||||
|
|
||||||
# Set your time zone
|
# Set your time zone
|
||||||
time.timeZone = "${theTimezone}";
|
time.timeZone = "${theTimezone}";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user