some stupid shit

This commit is contained in:
cnst
2024-07-16 01:53:14 +02:00
parent 2cb9cd62db
commit 0d3517bd06
6 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{
programs.vscode = {
enable = true;
};
}

View File

@@ -6,6 +6,7 @@
../../core/gui/browsers ../../core/gui/browsers
../../core/gui/xdg ../../core/gui/xdg
../../core/gui/discord ../../core/gui/discord
../../core/gui/vscode
# core.tui # core.tui
../../core/tui/git/toothpick.nix ../../core/tui/git/toothpick.nix
../../core/tui/shell/toothpick.nix ../../core/tui/shell/toothpick.nix

View File

@@ -1,7 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [ imports = [
# core # core
../../core/adb.nix
../../core/fonts.nix ../../core/fonts.nix
../../core/hyprland.nix ../../core/hyprland.nix
../../core/zsh.nix ../../core/zsh.nix
@@ -27,6 +26,7 @@
../../services/fwupd.nix ../../services/fwupd.nix
# extra # extra
../../extra/android
#../../extra/gaming.nix #../../extra/gaming.nix
#../../extra/workstation #../../extra/workstation
# ../../extra/nix-ld # ../../extra/nix-ld

View File

@@ -1,7 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [ imports = [
# core # core
../../core/adb.nix
../../core/fonts.nix ../../core/fonts.nix
../../core/hyprland.nix ../../core/hyprland.nix
../../core/zsh.nix ../../core/zsh.nix
@@ -27,6 +26,7 @@
# extra # extra
../../extra/gaming.nix ../../extra/gaming.nix
../../extra/android
#../../extra/workstation #../../extra/workstation
# ../../extra/nix-ld # ../../extra/nix-ld
]; ];

View File

@@ -1,7 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [ imports = [
# core # core
../../core/adb.nix
../../core/fonts.nix ../../core/fonts.nix
../../core/hyprland.nix ../../core/hyprland.nix
../../core/zsh.nix ../../core/zsh.nix
@@ -27,6 +26,7 @@
# extra # extra
../../extra/gaming.nix ../../extra/gaming.nix
../../extra/android
#../../extra/workstation #../../extra/workstation
# ../../extra/nix-ld # ../../extra/nix-ld
]; ];