mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 10:48:00 -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 {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs;};
|
||||
# specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
globals
|
||||
lix-module.nixosModules.default
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
options = {
|
||||
vscode = {
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
enable = true;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
bbenoist.nix
|
||||
inputs.catppuccin-vsc
|
||||
catppuccin.catppuccin-vsc
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue