Compare commits

..

No commits in common. "da5183ecab9e7b4b8847caa14a2e0e60a2068354" and "ff60c97573fe92f240c3e478e851c2de58273cab" have entirely different histories.

4 changed files with 5 additions and 4 deletions

View file

@ -169,6 +169,7 @@
programs = {
command-not-found.enable = false;
ssh.startAgent = true;
fish.enable = true;
nano = {
enable = true;
syntaxHighlight = true;

View file

@ -13,7 +13,6 @@
libsecret
libnotify
xdg-utils
xarchiver
hunspell
hunspellDicts.en_GB-large
];
@ -33,6 +32,7 @@
dconf.enable = true;
noisetorch.enable = true;
kdeconnect.enable = true;
file-roller.enable = true;
thunar = {
enable = true;
plugins = with pkgs.xfce; [

View file

@ -48,9 +48,9 @@ in
"application/pdf" = [ "org.pwmt.zathura.desktop" ];
"application/epub+zip" = [ "org.pwmt.zathura.desktop" ];
"application/msword" = [ "writer.desktop" ];
"application/zip" = [ "xarchiver.desktop" ];
"application/zip" = [ "org.gnome.FileRoller.desktop" ];
"application/x-archive" = [ "xarchiver.desktop" ];
"application/x-archive" = [ "org.gnome.FileRoller.desktop" ];
"application/x-extension-htm" = browser;
"application/x-extension-html" = browser;
"application/x-extension-shtml" = browser;

View file

@ -8,7 +8,7 @@
profiles.onelight = {
name = "One-Light";
colorScheme = "onelight";
command = "${config.programs.nushell.package}/bin/nu";
command = "${config.programs.fish.package}/bin/fish";
font = {
inherit (config.stylix.fonts.monospace) name;
size = config.stylix.fonts.sizes.terminal;