Compare commits

..

2 commits

Author SHA1 Message Date
0b4d3254cd
Declaratively configure vscodium, add acpi to laptop 2024-04-19 10:11:58 -04:00
07c561e996
Disable rouning in hyprland 2024-04-17 10:19:43 -04:00
3 changed files with 20 additions and 3 deletions

View file

@ -42,6 +42,24 @@
]; ];
services.syncthing.enable = true; services.syncthing.enable = true;
programs.vscode = {
package = pkgs.vscodium;
extensions = [
pkgs.vscode-extensions.catppuccin.catppuccin-vsc
pkgs.vscode-extensions.catppuccin.catppuccin-vsc-icons
pkgs.vscode-extensions.ms-python.python
pkgs.vscode-extensions.ms-python.vscode-pylance
pkgs.vscode-extensions.jnoortheen.nix-ide
];
userSettings = {
"workbench.colorTheme" = "Catppuccin Frappé";
"workbench.iconTheme" = "catppuccin-frappe";
"git.enableSmartCommit" = true;
"editor.fontFamily" = "'Monocraft Nerd Font'";
"editor.fontSize" = 16;
};
};
gtk = { gtk = {
enable = true; enable = true;
iconTheme = { iconTheme = {

View file

@ -27,7 +27,6 @@ env = XCURSOR_SIZE,24
exec-once = systemctl --user start polkit-gnome-authentication-agent-1 exec-once = systemctl --user start polkit-gnome-authentication-agent-1
#exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24 #exec-once = hyprctl setcursor Catppuccin-Frappe-Blue-Cursors 24
exec-once = watch waybar exec-once = watch waybar
exec-once = wayvnc 100.120.210.58
exec-once = mako exec-once = mako
exec-once = swww init exec-once = swww init
exec-once = sleep 5 & swww img /home/insert/Documents/cat-background/background.png exec-once = sleep 5 & swww img /home/insert/Documents/cat-background/background.png
@ -69,7 +68,7 @@ general {
decoration { decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10 rounding = 0
blur { blur {
enabled = true enabled = true

View file

@ -114,7 +114,7 @@ general {
decoration { decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10 rounding = 0
blur { blur {
enabled = true enabled = true