saner homefile
This commit is contained in:
parent
f03ae10ccb
commit
2273c9f09a
1 changed files with 6 additions and 9 deletions
|
|
@ -36,10 +36,10 @@
|
|||
skip_workdir = "1";
|
||||
};
|
||||
containers = {
|
||||
ubuntu = {
|
||||
image = "ubuntu:latest";
|
||||
entry = true;
|
||||
};
|
||||
# ubuntu = {
|
||||
# image = "ubuntu:latest";
|
||||
# entry = true;
|
||||
# };
|
||||
};
|
||||
};
|
||||
home-manager.enable = true;
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
# alacritty # GPU accelerated terminal emulator
|
||||
# kitty # GPU accelerated terminal emulator
|
||||
|
||||
jetbrains-toolbox # fresh versions of Android Studio and other tools
|
||||
# jetbrains-toolbox # fresh versions of Android Studio and other tools
|
||||
# devpod # open-source code spaces
|
||||
|
||||
pods # Podman desktop application
|
||||
|
|
@ -95,15 +95,12 @@
|
|||
'';
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
# you can change the default terminal and editor here
|
||||
TERMINAL = "${pkgs.ptyxis}/bin/ptyxis";
|
||||
DEFAULT_TERMINAL = "${pkgs.ptyxis}/bin/ptyxis";
|
||||
EDITOR = "micro";
|
||||
# Enables distinct home folders for each distrobox in ~/distrobox
|
||||
DBX_CONTAINER_HOME_PREFIX = "$HOME/distrobox";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue