Update config structure in lars
This commit is contained in:
parent
6f350eb67f
commit
3be64a0cac
4 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,10 @@
|
||||||
{ config, inputs, pkgs, ... }:
|
{ config, inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./hyprland.nix
|
||||||
|
./programs.nix
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
time.timeZone = "Europe/Zurich";
|
time.timeZone = "Europe/Zurich";
|
||||||
security.sudo.package = pkgs.sudo.override { withInsults = true; };
|
security.sudo.package = pkgs.sudo.override { withInsults = true; };
|
||||||
|
@ -62,6 +67,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
catppuccin = true;
|
catppuccin = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neovim = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
./../programs.nix
|
|
||||||
./../hyprland.nix
|
|
||||||
./programs.nix
|
./programs.nix
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
./../programs.nix
|
|
||||||
./../hyprland.nix
|
|
||||||
./programs.nix
|
./programs.nix
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
|
@ -43,7 +43,6 @@ in {
|
||||||
smartmontools
|
smartmontools
|
||||||
python3
|
python3
|
||||||
rustdesk
|
rustdesk
|
||||||
neovim
|
|
||||||
tmux
|
tmux
|
||||||
kitty
|
kitty
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue