mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
formatting
This commit is contained in:
parent
93664e4120
commit
c84204b373
18 changed files with 231 additions and 145 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# ~/.config/nixcfgs/hosts/zephyrus/default.nix
|
||||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
# Host-specific configs
|
||||
./asus.nix
|
||||
|
|
@ -20,8 +21,8 @@
|
|||
../../modules/nixos/hardware/udev/basys3.nix
|
||||
|
||||
# desktop environment and display manager
|
||||
../../modules/nixos/desktop/de/gnome.nix
|
||||
../../modules/nixos/desktop/dm/gdm.nix
|
||||
../../modules/nixos/desktop/de/gnome.nix
|
||||
|
||||
# desktop programs
|
||||
../../modules/nixos/programs/chromium.nix
|
||||
|
|
@ -46,7 +47,7 @@
|
|||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# Use unfree software
|
||||
# nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Disable modem
|
||||
networking.modemmanager.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue