Improved odin configuration
This commit is contained in:
parent
38d1b8f3b9
commit
ba84bc21ce
7 changed files with 28 additions and 24 deletions
|
|
@ -9,6 +9,7 @@
|
|||
neofetch
|
||||
nixos-option
|
||||
nix-tree
|
||||
pv
|
||||
unrar
|
||||
unzip
|
||||
wget
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue