Updates
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
LC_TIME = "en_GB.UTF-8";
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
# tuigreeter
|
||||
services.greetd = with pkgs; {
|
||||
|
@ -2,7 +2,7 @@
|
||||
description = "A very basic flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
@ -17,7 +17,7 @@
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
graeme-nix = lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit system; };
|
||||
modules = [ ./configuration.nix ];
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user