mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor
This commit is contained in:
parent
42d601e935
commit
9943aec1af
@ -3,15 +3,22 @@
|
|||||||
# and in the NixOS manual (accessible by running `nixos-help`).
|
# and in the NixOS manual (accessible by running `nixos-help`).
|
||||||
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
let
|
||||||
|
# Import Home Manager with niv.
|
||||||
|
home-manager = (import ../../nix/sources.nix).home-manager;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
# Paths to other modules.
|
# Paths to other modules.
|
||||||
# Compose this module out of smaller ones.
|
# Compose this module out of smaller ones.
|
||||||
# https://nixos.wiki/wiki/NixOS_modules
|
# https://nixos.wiki/wiki/NixOS_modules
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[
|
||||||
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./home-manager.nix
|
|
||||||
|
(import "${home-manager}/nixos")
|
||||||
|
../../modules/home-manager.nix
|
||||||
|
|
||||||
../../modules/base.nix
|
../../modules/base.nix
|
||||||
../../modules/programs.nix
|
../../modules/programs.nix
|
||||||
../../modules/autostart.nix
|
../../modules/autostart.nix
|
||||||
@ -19,6 +26,14 @@
|
|||||||
../../modules/print-and-scan.nix
|
../../modules/print-and-scan.nix
|
||||||
#../../modules/fde-ssh-unlock.nix
|
#../../modules/fde-ssh-unlock.nix
|
||||||
../../modules/nextcloud-integration.nix
|
../../modules/nextcloud-integration.nix
|
||||||
|
|
||||||
|
../../modules/gnome-config.nix
|
||||||
|
../../modules/gnome-extensions.nix
|
||||||
|
#../../modules/gnome-fractional-scaling.nix
|
||||||
|
../../modules/git.nix
|
||||||
|
../../modules/zsh.nix
|
||||||
|
../../modules/nitrokey-ssh-gpg.nix
|
||||||
|
../../modules/thunderbird.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yodaTab";
|
networking.hostName = "yodaTab";
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
let
|
|
||||||
# Import Home Manager with niv.
|
|
||||||
home-manager = (import ../../nix/sources.nix).home-manager;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
(import "${home-manager}/nixos")
|
|
||||||
../../modules/home-manager.nix
|
|
||||||
../../modules/gnome-config.home.nix
|
|
||||||
../../modules/gnome-extensions.home.nix
|
|
||||||
#../../modules/gnome-fractional-scaling.home.nix
|
|
||||||
../../modules/git.nix
|
|
||||||
../../modules/zsh.home.nix
|
|
||||||
../../modules/nitrokey-ssh-gpg.home.nix
|
|
||||||
../../modules/thunderbird.home.nix
|
|
||||||
];
|
|
||||||
}
|
|
@ -3,15 +3,22 @@
|
|||||||
# and in the NixOS manual (accessible by running `nixos-help`).
|
# and in the NixOS manual (accessible by running `nixos-help`).
|
||||||
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
let
|
||||||
|
# Import Home Manager with niv.
|
||||||
|
home-manager = (import ../../nix/sources.nix).home-manager;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
# Paths to other modules.
|
# Paths to other modules.
|
||||||
# Compose this module out of smaller ones.
|
# Compose this module out of smaller ones.
|
||||||
# https://nixos.wiki/wiki/NixOS_modules
|
# https://nixos.wiki/wiki/NixOS_modules
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[
|
||||||
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./home-manager.nix
|
|
||||||
|
(import "${home-manager}/nixos")
|
||||||
|
../../modules/home-manager.nix
|
||||||
|
|
||||||
../../modules/base.nix
|
../../modules/base.nix
|
||||||
../../modules/programs.nix
|
../../modules/programs.nix
|
||||||
../../modules/autostart.nix
|
../../modules/autostart.nix
|
||||||
@ -19,6 +26,14 @@
|
|||||||
../../modules/print-and-scan.nix
|
../../modules/print-and-scan.nix
|
||||||
../../modules/fde-ssh-unlock.nix
|
../../modules/fde-ssh-unlock.nix
|
||||||
../../modules/nextcloud-integration.nix
|
../../modules/nextcloud-integration.nix
|
||||||
|
|
||||||
|
../../modules/gnome-config.nix
|
||||||
|
../../modules/gnome-extensions.nix
|
||||||
|
../../modules/gnome-fractional-scaling.nix
|
||||||
|
../../modules/git.nix
|
||||||
|
../../modules/zsh.nix
|
||||||
|
../../modules/nitrokey-ssh-gpg.nix
|
||||||
|
../../modules/thunderbird.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yodaTux";
|
networking.hostName = "yodaTux";
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
let
|
|
||||||
# Import Home Manager with niv.
|
|
||||||
home-manager = (import ../../nix/sources.nix).home-manager;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
(import "${home-manager}/nixos")
|
|
||||||
../../modules/home-manager.nix
|
|
||||||
../../modules/gnome-config.home.nix
|
|
||||||
../../modules/gnome-extensions.home.nix
|
|
||||||
../../modules/gnome-fractional-scaling.home.nix
|
|
||||||
../../modules/git.nix
|
|
||||||
../../modules/zsh.home.nix
|
|
||||||
../../modules/nitrokey-ssh-gpg.home.nix
|
|
||||||
../../modules/thunderbird.home.nix
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user