add my dotfiles
This commit is contained in:
parent
ca98086387
commit
c658f1ad52
2 changed files with 22 additions and 1 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -114,6 +114,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"dotfiles": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1730756003,
|
||||
"narHash": "sha256-uKc2R08m057A6KHZeznJopYC6tVU5KC9j1z0L7epEb8=",
|
||||
"owner": "osbm",
|
||||
"repo": "dotfiles",
|
||||
"rev": "5a8ee95b24565a3c3cc5267f2426a4da8c01cbdd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "osbm",
|
||||
"repo": "dotfiles",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-compat": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
@ -252,6 +268,7 @@
|
|||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"dotfiles": "dotfiles",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||
"sops-nix": "sops-nix",
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@
|
|||
stylix.url = "github:danth/stylix/release-24.05";
|
||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
dotfiles = {
|
||||
url = "github:osbm/dotfiles";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, vscode-server, sops-nix, stylix, ... }: {
|
||||
|
|
@ -28,7 +32,7 @@
|
|||
services.vscode-server.enable = true;
|
||||
})
|
||||
sops-nix.nixosModules.sops
|
||||
stylix.nixosModules.stylix
|
||||
stylix.nixosModules.stylix
|
||||
];
|
||||
specialArgs = {
|
||||
pkgs-unstable = import nixpkgs-unstable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue