This commit is contained in:
2025-09-06 22:30:13 +02:00
parent 123a37ac81
commit 3a2df7bb96
8 changed files with 18 additions and 27 deletions
-1
View File
@@ -191,7 +191,6 @@ in
size = 24;
};
gtk2.extraConfig = ''
style "custom-dark" {
# Background, foreground, and base colors for different states
+7 -3
View File
@@ -1,4 +1,9 @@
{ pkgs, lib, config, ... }:
{
pkgs,
lib,
config,
...
}:
{
# Enable fontconfig (required for font settings)
@@ -6,7 +11,7 @@
# Install fonts
home.packages = with pkgs; [
# Main fonts
notonoto
noto-fonts
@@ -50,4 +55,3 @@
];
};
}
+2 -2
View File
@@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
home.packages = [
(pkgs.python312.withPackages (ppkgs: [
ppkgs.uv
@@ -22,6 +23,5 @@
ppkgs.ipykernel
]))
];
}
-3
View File
@@ -31,8 +31,6 @@
user = "adriangl";
};
"*.ntnu.no !login.pvv.ntnu.no" = {
user = "adriangl";
proxyJump = "login.pvv.ntnu.no";
@@ -76,7 +74,6 @@
hostname = "bekkalokk.pvv.ntnu.no";
};
#home
"aragon" = {
port = 6969;
+3 -4
View File
@@ -5,7 +5,7 @@
...
}:
{
home.packages = with pkgs; [
home.packages = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal
xdg-desktop-portal-wlr
@@ -18,8 +18,7 @@
xdg.enable = true;
# home.sessionVariables = {
# };
# home.sessionVariables = {
# };
}
+1 -1
View File
@@ -17,7 +17,7 @@
gparted
libreoffice-fresh
kdePackages.okular
zed-editor
zed-editor-fhs
inkscape
krita
sweethome3d.application
+5
View File
@@ -10,6 +10,7 @@
zip
unzip
openssl
gdb
libgcc
gcc
@@ -36,6 +37,10 @@
rustfmt
treefmt
yarn
nodejs-slim
node2nix
jupyter
python312Full
python312Packages.uv
-13
View File
@@ -77,19 +77,6 @@
supportedFeatures = [ "cuda" ];
mandatoryFeatures = [ ];
}
{
hostName = "bolle.pbsds.net";
system = "x86_64-linux";
maxJobs = 6;
speedFactor = 6000;
}
{
hostName = "garp.pbsds.net";
system = "x86_64-linux";
maxJobs = 4;
# i7-6700
speedFactor = 4000;
}
];
distributedBuilds = true;