mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update pinebook-pro.nix
This commit is contained in:
parent
3fb4374cc4
commit
fa96595c80
1 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
# "${nixos-hardware}/pine64/pinebook-pro"
|
|
||||||
# <nixos-hardware/pine64/pinebook-pro>
|
# <nixos-hardware/pine64/pinebook-pro>
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./gnome.nix
|
./gnome.nix
|
||||||
|
@ -70,9 +69,8 @@
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
nixos-conf-editor
|
neofetch
|
||||||
nix-software-center
|
wget
|
||||||
wget
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Define user accounts
|
# Define user accounts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue