fix
This commit is contained in:
@@ -191,7 +191,6 @@ in
|
||||
size = 24;
|
||||
};
|
||||
|
||||
|
||||
gtk2.extraConfig = ''
|
||||
style "custom-dark" {
|
||||
# Background, foreground, and base colors for different states
|
||||
|
||||
+7
-3
@@ -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
@@ -1,4 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
(pkgs.python312.withPackages (ppkgs: [
|
||||
ppkgs.uv
|
||||
@@ -22,6 +23,5 @@
|
||||
ppkgs.ipykernel
|
||||
]))
|
||||
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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
@@ -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 = {
|
||||
# };
|
||||
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
gparted
|
||||
libreoffice-fresh
|
||||
kdePackages.okular
|
||||
zed-editor
|
||||
zed-editor-fhs
|
||||
inkscape
|
||||
krita
|
||||
sweethome3d.application
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
zip
|
||||
unzip
|
||||
|
||||
openssl
|
||||
gdb
|
||||
libgcc
|
||||
gcc
|
||||
@@ -36,6 +37,10 @@
|
||||
rustfmt
|
||||
treefmt
|
||||
|
||||
yarn
|
||||
nodejs-slim
|
||||
node2nix
|
||||
|
||||
jupyter
|
||||
python312Full
|
||||
python312Packages.uv
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user