snapshot
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -253,7 +253,7 @@ in
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
style.name = "gtk";
|
||||
style.name = "gtk2";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
6248
home/gtk.css
6248
home/gtk.css
File diff suppressed because it is too large
Load Diff
@@ -10,6 +10,7 @@
|
||||
./atuin.nix
|
||||
./git.nix
|
||||
./bash.nix
|
||||
./xdg.nix
|
||||
|
||||
#graphical
|
||||
./colors.nix
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
25
home/xdg.nix
Normal 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 = {
|
||||
# };
|
||||
|
||||
|
||||
}
|
||||
@@ -7,5 +7,6 @@
|
||||
{
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
package = pkgs.zed-editor-fhs;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
zip
|
||||
unzip
|
||||
|
||||
gdb
|
||||
libgcc
|
||||
gcc
|
||||
|
||||
Reference in New Issue
Block a user