added wm installations

This commit is contained in:
2024-08-13 19:42:30 +09:00
parent ae59ef84f8
commit 043c527b64
15 changed files with 142 additions and 43 deletions

View File

@@ -2,8 +2,8 @@
description = "kenryuS nixos configurations/dotfiles";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05";
home-manager.url = "github:nix-community/home-manager/release-24.05";
nixpkgs.url = "nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};
@@ -37,7 +37,7 @@
system = systemSettings.system;
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
allowUnfreePredicate = (_: true );
};
};