nixbook: update, tweaks
This commit is contained in:
parent
5df2f606da
commit
62d9f9ef41
11 changed files with 182 additions and 102 deletions
|
|
@ -1,17 +1,19 @@
|
|||
{
|
||||
description = "A flake using my config";
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
# nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs.follows = "nixos-cosmic/nixpkgs";
|
||||
nixpkgs-stable.url = "nixpkgs/nixos-24.05";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
home-manager-cosmic.url = "github:tristanbeedell/hm-cosmic/master";
|
||||
hm-cosmic.url = "github:tristanbeedell/hm-cosmic/master";
|
||||
stylix.url = "github:danth/stylix";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
nixos-cosmic = {
|
||||
url = "github:lilyinstarlight/nixos-cosmic";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue