mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Trying vscodium out
This commit is contained in:
parent
54bd50e866
commit
a0c30fa91a
7 changed files with 119 additions and 9 deletions
|
@ -14,7 +14,8 @@
|
|||
# programs
|
||||
browser = "qutebrowser";
|
||||
brave.enable = true;
|
||||
editor = "emacs";
|
||||
editor = "vscodium";
|
||||
emacs.enable = true;
|
||||
ranger.enable = true;
|
||||
yazi.enable = true;
|
||||
git.enable = true;
|
||||
|
@ -42,7 +43,7 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
openldap ldapvi
|
||||
openldap ldapvi rclone teams-for-linux
|
||||
];
|
||||
|
||||
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue