Compare commits
2 commits
ff60c97573
...
da5183ecab
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | da5183ecab | ||
Evie Litherland-Smith | 3d0b106594 |
|
@ -169,7 +169,6 @@
|
||||||
programs = {
|
programs = {
|
||||||
command-not-found.enable = false;
|
command-not-found.enable = false;
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
fish.enable = true;
|
|
||||||
nano = {
|
nano = {
|
||||||
enable = true;
|
enable = true;
|
||||||
syntaxHighlight = true;
|
syntaxHighlight = true;
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
libsecret
|
libsecret
|
||||||
libnotify
|
libnotify
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
xarchiver
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_GB-large
|
hunspellDicts.en_GB-large
|
||||||
];
|
];
|
||||||
|
@ -32,7 +33,6 @@
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
noisetorch.enable = true;
|
noisetorch.enable = true;
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
file-roller.enable = true;
|
|
||||||
thunar = {
|
thunar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.xfce; [
|
plugins = with pkgs.xfce; [
|
||||||
|
|
|
@ -48,9 +48,9 @@ in
|
||||||
"application/pdf" = [ "org.pwmt.zathura.desktop" ];
|
"application/pdf" = [ "org.pwmt.zathura.desktop" ];
|
||||||
"application/epub+zip" = [ "org.pwmt.zathura.desktop" ];
|
"application/epub+zip" = [ "org.pwmt.zathura.desktop" ];
|
||||||
"application/msword" = [ "writer.desktop" ];
|
"application/msword" = [ "writer.desktop" ];
|
||||||
"application/zip" = [ "org.gnome.FileRoller.desktop" ];
|
"application/zip" = [ "xarchiver.desktop" ];
|
||||||
|
|
||||||
"application/x-archive" = [ "org.gnome.FileRoller.desktop" ];
|
"application/x-archive" = [ "xarchiver.desktop" ];
|
||||||
"application/x-extension-htm" = browser;
|
"application/x-extension-htm" = browser;
|
||||||
"application/x-extension-html" = browser;
|
"application/x-extension-html" = browser;
|
||||||
"application/x-extension-shtml" = browser;
|
"application/x-extension-shtml" = browser;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
profiles.onelight = {
|
profiles.onelight = {
|
||||||
name = "One-Light";
|
name = "One-Light";
|
||||||
colorScheme = "onelight";
|
colorScheme = "onelight";
|
||||||
command = "${config.programs.fish.package}/bin/fish";
|
command = "${config.programs.nushell.package}/bin/nu";
|
||||||
font = {
|
font = {
|
||||||
inherit (config.stylix.fonts.monospace) name;
|
inherit (config.stylix.fonts.monospace) name;
|
||||||
size = config.stylix.fonts.sizes.terminal;
|
size = config.stylix.fonts.sizes.terminal;
|
||||||
|
|
Loading…
Reference in a new issue