Improved odin configuration

This commit is contained in:
Filippo Berto 2022-11-11 14:34:31 +01:00
parent 38d1b8f3b9
commit ba84bc21ce
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 28 additions and 24 deletions

View file

@ -9,6 +9,7 @@
neofetch
nixos-option
nix-tree
pv
unrar
unzip
wget

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: {
imports = [
# ./nautilus.nix
./thunar.nix
./nautilus.nix
# ./thunar.nix
];
home.packages = with pkgs; [
bc
@ -20,7 +20,7 @@
let
primaryTerminal = "kitty";
secondaryTerminal = "terminator";
fileManager = "thunar";
fileManager = "nautilus";
emojiChooser = "rofimoji --skin-tone light -a copy";
yad = "${pkgs.yad}/bin/yad";
in