pinwheel: Use hyprland instead of sway
This commit is contained in:
@@ -2,16 +2,17 @@
|
||||
description = "nixos configs";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs2305.url = "github:nixos/nixpkgs/nixos-23.05";
|
||||
nixpkgs2211.url = "github:nixos/nixpkgs/nixos-22.11";
|
||||
nixos-hardware.url = "github:nixos/nixos-hardware/master";
|
||||
home-manager.url = "github:nix-community/home-manager/release-23.05";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs2305";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs2305, nixpkgs2211, nixos-hardware, home-manager, ... }: {
|
||||
outputs = { self, nixpkgs, nixpkgs2305, nixpkgs2211, nixos-hardware, home-manager, ... }: {
|
||||
nixosConfigurations = {
|
||||
pinwheel = nixpkgs2305.lib.nixosSystem {
|
||||
pinwheel = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-x1-10th-gen
|
||||
|
||||
Reference in New Issue
Block a user