Skip to content

Commit

Permalink
🔧 bro idk
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Nov 19, 2024
1 parent 7194fe5 commit cd9c11b
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 155 deletions.
177 changes: 35 additions & 142 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
stylix.url = "github:danth/stylix";
stylix.inputs.nixpkgs.follows = "nixpkgs";

# Zellij plugin for statusbar
zjstatus.url = "github:dj95/zjstatus";

# Anyrun, an app launcher
anyrun.url = "github:Kirottu/anyrun";
anyrun.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
6 changes: 3 additions & 3 deletions modules/home/core/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

packages = with pkgs; [
inputs.zen-browser.packages.${system}.specific
inputs.zjstatus.packages.${system}.default
(pkgs.callPackage ../../../home/shared/icons/whitesur.nix { })
(pkgs.callPackage ../../../home/shared/icons/reversal.nix { })
awscli
Expand Down Expand Up @@ -117,8 +116,9 @@
stern
syncthing
t-rec
tailspin
(pkgs.callPackage ../../../packages/teams-for-linux { })
# tailspin
teams-for-linux
# (pkgs.callPackage ../../../packages/teams-for-linux { })
telegram-desktop
#teleport
tldr
Expand Down
3 changes: 1 addition & 2 deletions modules/home/core/nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
nixpkgs.config = {
permittedInsecurePackages = [
"electron-25.9.0"
"electron-29.4.6"
"electron-30.5.1"
"nix-2.24.5"
];
allowUnfree = true;
Expand Down
1 change: 0 additions & 1 deletion modules/home/core/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
# '';
# });
# })
(_: prev: { zjstatus = inputs.zjstatus.packages.${prev.system}.default; })
];
}
4 changes: 2 additions & 2 deletions modules/home/core/style/stylix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

fonts = {
monospace = {
name = "Iosevka Nerd Font";
package = pkgs.nerdfonts.override { fonts = [ "Iosevka" ]; };
name = "ZedMono NF";
package = pkgs.nerdfonts.override { fonts = [ "ZedMono" ]; };
};
sansSerif = {
name = "IBM Plex Sans";
Expand Down
2 changes: 1 addition & 1 deletion modules/home/opt/shell/zellij/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ in
default_tab_template {
pane size=2 borderless=true {
plugin location="file://${pkgs.zjstatus}/bin/zjstatus.wasm" {
plugin location="https://github.com/dj95/zjstatus/releases/download/v0.19.0/zjstatus.wasm" {
format_left "{mode}#[bg=#181926] {tabs}"
format_center ""
format_right "#[bg=#${base0D},fg=#${base01},bold]  #[bg=#${base01},fg=#${base0D},bold] {session} #[bg=#${base01},fg=#${base0D},bold]"
Expand Down
2 changes: 1 addition & 1 deletion modules/home/opt/wayland/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ in
slurp
wf-recorder
wl-clipboard
wl-screenrec
# wl-screenrec
wlr-randr
wlr-randr
wtype
Expand Down

0 comments on commit cd9c11b

Please sign in to comment.