mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
updated lockfile and tried firefox theming
This commit is contained in:
parent
6fdc4ae0d2
commit
ea7e96a3ef
5 changed files with 55 additions and 53 deletions
|
|
@ -3,7 +3,7 @@
|
|||
text = ''
|
||||
[manager]
|
||||
ratio = [0, 4, 0]
|
||||
|
||||
|
||||
[[input.prepend_keymap]]
|
||||
on = "<Esc>"
|
||||
run = "close"
|
||||
|
|
@ -57,6 +57,7 @@
|
|||
|
||||
xdg.configFile."helide/zellij_layout" = {
|
||||
text = ''
|
||||
theme "ansi"
|
||||
layout {
|
||||
default_tab_template {
|
||||
pane size=1 borderless=true {
|
||||
|
|
@ -84,7 +85,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
home.shellAliases ={
|
||||
home.shellAliases = {
|
||||
helide = "zellij -l ~/.config/helide/zellij_layout";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,27 +14,24 @@ in {
|
|||
noctalia
|
||||
inputs.quickshell.packages.${system}.default
|
||||
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-gnome
|
||||
gnome-keyring
|
||||
|
||||
mods.xwayland-satellite
|
||||
wlsunset
|
||||
];
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gnome pkgs.xdg-desktop-portal-gtk];
|
||||
# wlr.enable = true;
|
||||
config = {
|
||||
niri = {
|
||||
default = ["gnome" "gtk"];
|
||||
"org.freedesktop.impl.portal.Access" = ["gtk"];
|
||||
"org.freedesktop.impl.portal.Notification" = ["gtk"];
|
||||
"org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
|
||||
};
|
||||
};
|
||||
};
|
||||
# xdg.portal = {
|
||||
# enable = true;
|
||||
# extraPortals = [pkgs.xdg-desktop-portal-gnome pkgs.xdg-desktop-portal-gtk];
|
||||
# config = {
|
||||
# niri = {
|
||||
# default = ["gnome" "gtk"];
|
||||
# "org.freedesktop.impl.portal.Access" = ["gtk"];
|
||||
# "org.freedesktop.impl.portal.Notification" = ["gtk"];
|
||||
# "org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
home.shellAliases = {
|
||||
restart-shell = "${noctalia} kill && niri msg action spawn -- \"${noctalia}\"";
|
||||
|
|
@ -43,6 +40,7 @@ in {
|
|||
programs.niri.settings = {
|
||||
cursor = {
|
||||
size = 12;
|
||||
theme = "Adwaita";
|
||||
};
|
||||
|
||||
# This config is in the KDL format: https://kdl.dev
|
||||
|
|
@ -294,7 +292,7 @@ in {
|
|||
|
||||
# // This line starts waybar, a commonly used bar for Wayland compositors.
|
||||
spawn-at-startup = [
|
||||
{argv = ["${noctalia}"];}
|
||||
{argv = ["noctalia-shell"];}
|
||||
];
|
||||
|
||||
# Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue