breakin' thangs
This commit is contained in:
parent
d268110ce9
commit
66750965b5
2 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
description = "NixOS System Config";
|
description = "NixOS System Config";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-23.11";
|
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||||
# nixpkgs-wayland - Wayland-specific packages not in nixpkgs
|
# nixpkgs-wayland - Wayland-specific packages not in nixpkgs
|
||||||
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
||||||
# home-manager - Dotfile mnagement - add /master at the end to pull from master
|
# home-manager - Dotfile mnagement - add /master at the end to pull from master
|
||||||
home-manager.url = "github:nix-community/home-manager/release-23.11";
|
home-manager.url = "github:nix-community/home-manager/master";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# lanzaboote - Secureboot Configuration
|
# lanzaboote - Secureboot Configuration
|
||||||
lanzaboote.url = "github:nix-community/lanzaboote";
|
lanzaboote.url = "github:nix-community/lanzaboote";
|
||||||
|
@ -52,8 +52,8 @@
|
||||||
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
||||||
let
|
let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
stateVersion = "23.11";
|
stateVersion = "unstable";
|
||||||
hmStateVersion = "23.11";
|
hmStateVersion = "24.05";
|
||||||
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
|
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
xresources.enable = true;
|
xresources.enable = true;
|
||||||
vscode.enable = true;
|
vscode.enable = true;
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = false;
|
enable = true;
|
||||||
variant256Colors = true;
|
variant256Colors = true;
|
||||||
};
|
};
|
||||||
waybar = {
|
waybar = {
|
||||||
|
|
Loading…
Reference in a new issue