support for gnome desktop
This commit is contained in:
parent
0a1647e0e7
commit
f7b9c71006
18 changed files with 155 additions and 143 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, modulesPath, ... }: let
|
||||
btrfs_options = [ "compress=zstd:3" "noatime" ];
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
let btrfs_options = [ "compress=zstd:3" "noatime" ];
|
||||
in {
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
boot.initrd.availableKernelModules =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue