vsc server
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=catppuccin-mocha-blue-standard+default
|
gtk-theme-name=Adwaita
|
||||||
gtk-icon-theme-name=Adwaita
|
gtk-icon-theme-name=Adwaita
|
||||||
gtk-font-name=Adwaita Sans 11
|
gtk-font-name=SF Pro Display 11
|
||||||
gtk-cursor-theme-name=catppuccin-mocha-blue-cursors
|
gtk-cursor-theme-name=catppuccin-mocha-blue-cursors
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=24
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||||
|
|||||||
@@ -10,10 +10,6 @@ $fileManager = nautilus
|
|||||||
$menu = wofi --show drun
|
$menu = wofi --show drun
|
||||||
$browser = zen
|
$browser = zen
|
||||||
|
|
||||||
# gtk
|
|
||||||
|
|
||||||
env = GTK_THEME,catppuccin-mocha-blue-standard+default
|
|
||||||
|
|
||||||
# Cursor
|
# Cursor
|
||||||
|
|
||||||
exec = hyprctl setcursor catppuccin-mocha-blue-cursors 24
|
exec = hyprctl setcursor catppuccin-mocha-blue-cursors 24
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ underline_shortcut=1
|
|||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
[SettingsWindow]
|
[SettingsWindow]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xec\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xec)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xee\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xee)
|
||||||
|
|
||||||
[Troubleshooting]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|||||||
19
flake.nix
19
flake.nix
@@ -17,25 +17,13 @@
|
|||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||||
|
|
||||||
home-manager = {
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
url = "github:nix-community/home-manager";
|
tuxstrap.url = "github:ocbwoy3/tuxstrap/dev";
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
tuxstrap = {
|
|
||||||
url = "github:ocbwoy3/tuxstrap/dev";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
nvf.url = "github:notashelf/nvf";
|
nvf.url = "github:notashelf/nvf";
|
||||||
|
|
||||||
tangled.url = "git+https://tangled.sh/@tangled.sh/core";
|
tangled.url = "git+https://tangled.sh/@tangled.sh/core";
|
||||||
|
|
||||||
# quickshell = {
|
inputs.vscode-server.url = "github:nix-community/nixos-vscode-server";
|
||||||
# url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
|
||||||
# # inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
# };
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -71,6 +59,7 @@
|
|||||||
modules = [
|
modules = [
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
inputs.catppuccin.nixosModules.catppuccin
|
||||||
inputs.tangled.nixosModules.knot
|
inputs.tangled.nixosModules.knot
|
||||||
|
inputs.vscode-server.nixosModules.default
|
||||||
|
|
||||||
# lil hack to not use --impure when rebuilding nixos >:3
|
# lil hack to not use --impure when rebuilding nixos >:3
|
||||||
"/etc/nixos/hardware-configuration.nix"
|
"/etc/nixos/hardware-configuration.nix"
|
||||||
|
|||||||
@@ -104,12 +104,11 @@
|
|||||||
# legcord
|
# legcord
|
||||||
equibop
|
equibop
|
||||||
code-cursor
|
code-cursor
|
||||||
libsForQt5.kdenlive
|
kdePackages.kdenlive
|
||||||
libsForQt5.qt5ct
|
libsForQt5.qt5ct
|
||||||
catppuccin-qt5ct
|
catppuccin-qt5ct
|
||||||
lightly-qt
|
lightly-qt
|
||||||
kdePackages.qt6ct
|
kdePackages.qt6ct
|
||||||
lightly-qt
|
|
||||||
hyfetch
|
hyfetch
|
||||||
kitty
|
kitty
|
||||||
inputs.ghostty.packages.${pkgs.stdenv.hostPlatform.system}.ghostty
|
inputs.ghostty.packages.${pkgs.stdenv.hostPlatform.system}.ghostty
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
# gcc. shit breaks. wtf
|
# gcc. shit breaks. wtf
|
||||||
environment.sessionVariables.LD_LIBRARY_PATH = "${pkgs.gcc15}/lib";
|
environment.sessionVariables.LD_LIBRARY_PATH = "${pkgs.gcc15}/lib";
|
||||||
|
|
||||||
|
services.vscode-server.enable = true;
|
||||||
|
|
||||||
systemd.services.ocbwoy3-start-pm2 = {
|
systemd.services.ocbwoy3-start-pm2 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "Start PM2";
|
description = "Start PM2";
|
||||||
|
|||||||
Reference in New Issue
Block a user