vsc server
This commit is contained in:
19
flake.nix
19
flake.nix
@@ -17,25 +17,13 @@
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
tuxstrap = {
|
||||
url = "github:ocbwoy3/tuxstrap/dev";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
tuxstrap.url = "github:ocbwoy3/tuxstrap/dev";
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
|
||||
tangled.url = "git+https://tangled.sh/@tangled.sh/core";
|
||||
|
||||
# quickshell = {
|
||||
# url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
# # inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
|
||||
inputs.vscode-server.url = "github:nix-community/nixos-vscode-server";
|
||||
|
||||
};
|
||||
|
||||
@@ -71,6 +59,7 @@
|
||||
modules = [
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
inputs.tangled.nixosModules.knot
|
||||
inputs.vscode-server.nixosModules.default
|
||||
|
||||
# lil hack to not use --impure when rebuilding nixos >:3
|
||||
"/etc/nixos/hardware-configuration.nix"
|
||||
|
||||
Reference in New Issue
Block a user