mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 15:53:35 -05:00
OK, I think Theme Is Working
This commit is contained in:
parent
3b679350ff
commit
dd07c44bf8
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ with inputs;
|
||||||
|
|
||||||
inputs.nixpkgs.lib.nixosSystem {
|
inputs.nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {inherit inputs;};
|
# specialArgs = {inherit inputs;};
|
||||||
modules = [
|
modules = [
|
||||||
globals
|
globals
|
||||||
lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
vscode = {
|
vscode = {
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
inputs.catppuccin-vsc
|
catppuccin.catppuccin-vsc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue