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