Skip to content

Commit

Permalink
chore: update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Jun 21, 2024
1 parent 1399d3b commit 45404b0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions flake.lock

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

2 changes: 0 additions & 2 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# glue all configs together
{
config.home.stateVersion = "22.05";
config.home.extraOutputsToInstall = ["doc" "devdoc"];
imports = [
inputs.nix-index-db.hmModules.nix-index
# inputs.niri.homeModules.niri
Expand All @@ -12,7 +11,6 @@
./impermanence.nix

./scripts
./rice
./misc
];
}
4 changes: 2 additions & 2 deletions home/rice/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{...}: {
imports = [
# ./foot.nix
./zathura.nix
# ./dunst.nix
./gtk.nix
# ./gtk.nix
# ./waybar
./zathura
./fuzzel
# ./niri
];
Expand Down
2 changes: 1 addition & 1 deletion home/rice/gtk.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{pkgs, ...}: {
gtk = {
enable = true;
enable = false;
theme = {
name = "Catppuccin-Frappe-Compact-Pink-Dark";
package = pkgs.catppuccin-gtk.override {
Expand Down
17 changes: 11 additions & 6 deletions system/wayland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
inputs,
...
}: {
imports = [./fonts.nix ./services.nix ./pipewire.nix inputs.niri.nixosModules.niri];
imports = [
./fonts.nix
./services.nix
./pipewire.nix
inputs.niri.nixosModules.niri
inputs.andromeda.nixosModules.default
];
programs.andromeda = {
enable = true;
};
environment = {
variables = {
NIXOS_OZONE_WL = "1";
Expand Down Expand Up @@ -34,14 +43,10 @@
eval $(gnome-keyring-daemon --start --components=ssh,secrets)
eval $(ssh-agent)
'';
systemPackages = with pkgs;
with inputs.andromeda.packages.${pkgs.system}; [
systemPackages = with pkgs; [
pamixer
brightnessctl
wl-clipboard
andromeda
andromeda-niri
nucleus
];
};

Expand Down
2 changes: 1 addition & 1 deletion system/wayland/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
settings = rec {
initial_session = {
# command = "${config.programs.niri.package}/bin/niri-session";
command = "${inputs.andromeda.packages.${pkgs.system}.andromeda-niri}/bin/niri";
command = "niri";
user = "sioodmy";
};
default_session = initial_session;
Expand Down

0 comments on commit 45404b0

Please sign in to comment.