some stupid shit
This commit is contained in:
5
home/core/gui/vscode/default.nix
Normal file
5
home/core/gui/vscode/default.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
programs.vscode = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user