Skip to content

Commit

Permalink
fix: add zen and add 3rd dp
Browse files Browse the repository at this point in the history
fix: add zen and add 3rd dp

fix: add zen and add 3rd dp
  • Loading branch information
SoraTenshi committed Aug 21, 2024
1 parent 58f9c96 commit 368497a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 3 deletions.
37 changes: 36 additions & 1 deletion flake.lock

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

7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};

zen-browser = {
url = "github:MarceColl/zen-browser-flake";
};

ags-env = {
url = "github:SoraTenshi/ags-env";
flake = false;
Expand All @@ -83,7 +87,7 @@
outputs = inputs @ { self, nixpkgs-nixos, nixpkgs, nur, home-manager, nixos-hardware
, sddm-theme, neovim-nightly, zig-overlay, zls-master, grub2-theme
, helix-master, picom-ibhagwan, nixos-wsl, darwin, stylix, ags, ags-env
, vfio, nix-flatpak, nix-cosmic, coplandos, hyprland, }:
, vfio, nix-flatpak, nix-cosmic, coplandos, hyprland,zen-browser, }:
let
mkDarwin = import ./lib/mkdarwin.nix;
mkNixOS = import ./lib/mknixos.nix;
Expand Down Expand Up @@ -176,6 +180,7 @@
monitors = [
"HDMI-A-7,1920x1080@60,960x0"
"DP-4,1920x1080@165,0x1080"
"DP-5,1920x1080@60,1920x1080"
];
};
};
Expand Down
3 changes: 2 additions & 1 deletion home/user-apps/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ inputs, pkgs, system, ... }: {
home.packages = with pkgs; [
steam

Expand All @@ -9,5 +9,6 @@
zathura
spacedrive
nheko
inputs.zen-browser.packages."${system}".default
];
}

0 comments on commit 368497a

Please sign in to comment.