Compare commits
3 Commits
0ea394dbf9
...
bbece51381
Author | SHA1 | Date |
---|---|---|
Oystein Kristoffer Tveit | bbece51381 | |
Oystein Kristoffer Tveit | 4241bdeb45 | |
Oystein Kristoffer Tveit | 6895f555fa |
|
@ -105,6 +105,13 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
xsession = {
|
||||
enable = true;
|
||||
# TODO: declare using xdg config home
|
||||
scriptPath = ".config/X11/xsession";
|
||||
profilePath = ".config/X11/xprofile";
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
"ghc/ghci.conf".text = ''
|
||||
:set prompt "${extendedLib.termColors.front.magenta "[GHCi]λ"} "
|
||||
|
@ -178,10 +185,7 @@ in {
|
|||
|
||||
qt = mkIf graphics {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
style = {
|
||||
name = "adwaita-dark";
|
||||
package = pkgs.adwaita-qt;
|
||||
};
|
||||
platformTheme.name = "adwaita";
|
||||
style.name = "adwaita-dark";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -109,6 +109,7 @@
|
|||
mopidy-youtube
|
||||
mpc_cli
|
||||
naps2
|
||||
nsxiv
|
||||
nyxt
|
||||
obsidian
|
||||
# pcloud
|
||||
|
@ -119,7 +120,6 @@
|
|||
slack
|
||||
# sublime3
|
||||
# swiPrologWithGui
|
||||
sxiv
|
||||
tagainijisho
|
||||
|
||||
tenacity
|
||||
|
|
Loading…
Reference in New Issue