This commit is contained in:
2025-09-06 17:55:08 +02:00
parent f27bc65d9a
commit 123a37ac81
9 changed files with 42 additions and 6250 deletions

View File

@@ -12,11 +12,13 @@
filter_mode_shell_up_key_binding = "directory";
# UI
inline_height = 20;
max_preview_height = 2;
show_help = true;
prefers_reduced_motion = true;
# History storage
store_failed = false;
secrets_filter = true;
enter_accept = true;

View File

@@ -253,7 +253,7 @@ in
qt = {
enable = true;
platformTheme.name = "gtk";
style.name = "gtk";
style.name = "gtk2";
};
}

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,7 @@
./atuin.nix
./git.nix
./bash.nix
./xdg.nix
#graphical
./colors.nix

View File

@@ -235,7 +235,7 @@ let
spawn-at-startup "mako"
spawn-at-startup "swww-daemon"
spawn-at-startup "sh" "-c" "while true; do waybar; done" //disabled to a systemd service. in a while because it sometimes crashes.
spawn-at-startup "sh" "-c" "while true; do swww img -f Nearest -t random --transition-step 2 \"$(find ~/Pictures/wallpapers/ -type f | shuf -n 1)\"; sleep 270; done"
spawn-at-startup "sh" "-c" "while true; do swww img -t random --transition-step 2 \"$(find ~/Pictures/wallpapers/ -type l,f | shuf -n 1)\"; sleep 270; done"
// Uncomment this line to ask the clients to omit their client-side decorations if possible.

View File

@@ -31,6 +31,8 @@
user = "adriangl";
};
"*.ntnu.no !login.pvv.ntnu.no" = {
user = "adriangl";
proxyJump = "login.pvv.ntnu.no";
@@ -69,6 +71,11 @@
user = "adriangl";
hostname = "login2.pvv.ntnu.no";
};
"bekkalokk" = {
user = "adriangl";
hostname = "bekkalokk.pvv.ntnu.no";
};
#home
"aragon" = {

25
home/xdg.nix Normal file
View File

@@ -0,0 +1,25 @@
{
pkgs,
lib,
config,
...
}:
{
home.packages = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
xdg-desktop-portal-gnome
xdg-launch
xdg-ninja
xdg-utils
];
xdg.enable = true;
# home.sessionVariables = {
# };
}

View File

@@ -7,5 +7,6 @@
{
programs.zed-editor = {
enable = true;
package = pkgs.zed-editor-fhs;
};
}

View File

@@ -6,6 +6,10 @@
}:
{
environment.systemPackages = with pkgs; [
zip
unzip
gdb
libgcc
gcc