Compare commits

...

2 commits

4 changed files with 4 additions and 5 deletions

View file

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

View file

@ -13,6 +13,7 @@
libsecret
libnotify
xdg-utils
xarchiver
hunspell
hunspellDicts.en_GB-large
];
@ -32,7 +33,6 @@
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" = [ "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-html" = browser;
"application/x-extension-shtml" = browser;

View file

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