upd
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../../modules/biscuit/editor.nix
|
../../modules/biscuit/editor.nix
|
||||||
../../modules/biscuit/xserver.nix
|
../../modules/biscuit/xserver.nix
|
||||||
../../modules/biscuit/optional.nix
|
../../modules/biscuit/misc.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|||||||
@@ -1,16 +1,13 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
../system/bootloader.nix
|
../system/bootloader.nix
|
||||||
../system/browser.nix
|
|
||||||
../system/firewall.nix
|
../system/firewall.nix
|
||||||
../system/locale.nix
|
../system/locale.nix
|
||||||
../system/networking.nix
|
../system/networking.nix
|
||||||
../system/print.nix
|
|
||||||
../system/term.nix
|
../system/term.nix
|
||||||
../system/development.nix
|
../system/development.nix
|
||||||
# ../system/proxy.nix
|
# ../system/proxy.nix
|
||||||
# ../system/recovery.nix # only supports non-flake conf
|
# ../system/recovery.nix # only supports non-flake conf
|
||||||
../system/sound.nix
|
|
||||||
../system/ssh.nix
|
../system/ssh.nix
|
||||||
../system/timezone.nix
|
../system/timezone.nix
|
||||||
# ../system/touchpad.nix
|
# ../system/touchpad.nix
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../system/wayland.nix
|
../system/wayland.nix
|
||||||
|
../system/sound.nix
|
||||||
|
../system/print.nix
|
||||||
|
../system/browser.nix
|
||||||
../system/font.nix
|
../system/font.nix
|
||||||
../system/theme.nix
|
../system/theme.nix
|
||||||
../system/cursor.nix
|
../system/cursor.nix
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/system.nix
|
../../modules/system.nix
|
||||||
../../modules/xserver.nix
|
../../modules/xserver.nix
|
||||||
../../modules/misc.nix
|
../../modules/optional.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user