mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
pay-respects
This commit is contained in:
parent
94cb16f4a8
commit
a0703547e6
3 changed files with 19 additions and 7 deletions
|
|
@ -68,7 +68,6 @@
|
|||
programs.pay-respects = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
alias = "fuck";
|
||||
};
|
||||
|
||||
programs.yazi = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
services.darkman = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -11,8 +11,7 @@
|
|||
'';
|
||||
|
||||
gtk-theme = ''
|
||||
${pkgs.dconf}/bin/dconf write \
|
||||
/org/gnome/desktop/interface/color-scheme "'prefer-light'"
|
||||
gsettings set org.gnome.desktop.interface color-scheme prefer-light
|
||||
'';
|
||||
|
||||
noctalia = ''
|
||||
|
|
@ -22,8 +21,7 @@
|
|||
|
||||
darkModeScripts = {
|
||||
gtk-theme = ''
|
||||
${pkgs.dconf}/bin/dconf write \
|
||||
/org/gnome/desktop/interface/color-scheme "'prefer-dark'"
|
||||
gsettings set org.gnome.desktop.interface color-scheme prefer-dark
|
||||
'';
|
||||
|
||||
noctalia = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue