added starship
This commit is contained in:
parent
bae12c442c
commit
f4f1c5bba7
15 changed files with 553 additions and 71 deletions
|
@ -69,6 +69,7 @@
|
|||
spicetify.enable = true;
|
||||
schizofox.enable = true;
|
||||
anyrun.enable = true;
|
||||
ags.enable = true;
|
||||
};
|
||||
editors = {
|
||||
emacs = {
|
||||
|
|
|
@ -4,7 +4,7 @@ _: {
|
|||
../../../options/common/bluetooth.nix
|
||||
../../../options/desktop/fonts.nix
|
||||
../../../options/common/networking.nix
|
||||
../../../options/common/gpu/nvidia.nix
|
||||
# ../../../options/common/gpu/nvidia.nix
|
||||
../../../options/desktop/monitors.nix
|
||||
../../../overlay.nix
|
||||
];
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
fenix = inputs.fenix.packages.${pkgs.system};
|
||||
nixpkgs-wayland = inputs.nixpkgs-wayland.packages.${pkgs.system};
|
||||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -14,6 +13,7 @@ in {
|
|||
blueman
|
||||
bluetuith
|
||||
bluez
|
||||
bun
|
||||
cmake
|
||||
difftastic
|
||||
dig
|
||||
|
@ -87,6 +87,7 @@ in {
|
|||
ventoy-full
|
||||
vlc
|
||||
weechat
|
||||
wezterm
|
||||
wget
|
||||
wireguard-tools
|
||||
wl-clipboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue