Skip to content

Commit

Permalink
feat: rice
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Dec 4, 2023
1 parent 64a94d0 commit 12f2aba
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 77 deletions.
88 changes: 24 additions & 64 deletions flake.lock

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

6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# super usefull :3
blahaj = {
url = "github:sioodmy/blahaj";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
};
outputs = {
self,
Expand Down
1 change: 0 additions & 1 deletion home/cli/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ in {
comma "$@"
}
:3
'';
history = {
save = 100;
Expand Down
1 change: 1 addition & 0 deletions home/impermanence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ _: {
"music"
"dev"
"docs"
"pics"
".keepass"
"vids"
"other"
Expand Down
3 changes: 1 addition & 2 deletions home/packages.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
pkgs,
inputs,
...
}: {
nixpkgs.config.allowUnfree = false;
Expand All @@ -11,8 +10,8 @@
buildInputs = [makeWrapper];
postBuild = "wrapProgram $out/bin/ledger-live-desktop --add-flags --use-gl=desktop";
})
inputs.blahaj.packages.${pkgs.system}.default
distrobox
logseq
gnome.geary
cargo-tauri
mullvad
Expand Down
2 changes: 1 addition & 1 deletion home/rice/foot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
uri-characters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+=\"'()[]";
};
colors = {
alpha = "0.8";
alpha = "0.6";
foreground = "cdd6f4";
background = "1e1e2e";

Expand Down
1 change: 1 addition & 0 deletions home/rice/hyprland/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ in {
"$pavucontrol" = "class:^(pavucontrol)$";

exec-once = [
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
# set cursor for HL itself
"hyprctl setcursor ${pointer.name} ${toString pointer.size}"

Expand Down
2 changes: 1 addition & 1 deletion home/rice/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ in {
swaybg = mkService {
Unit.Description = "Wallpaper chooser";
Service = {
ExecStart = "${lib.getExe pkgs.swaybg} -i ${./wall.jpg}";
ExecStart = "${lib.getExe pkgs.swaybg} -i ${./wall.png}";
Restart = "always";
};
};
Expand Down
4 changes: 2 additions & 2 deletions home/rice/waybar/style.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in ''
}
window#waybar {
background-color: rgba(24, 24, 37, 0.75);
background-color: rgba(24, 24, 37, 0.65);
border-radius: 0px;
margin: 32px 16px;
color: #cdd6f4;
Expand Down Expand Up @@ -99,7 +99,7 @@ in ''
#volume,
#pulseaudio {
border-radius: 15px;
background-color: rgba(49, 50, 68, 0.8);
background-color: rgba(49, 50, 68, 0.35);
padding: 14px 0px 14px 0px;
margin: 0px 7px 0px 7px;
}
Expand Down

0 comments on commit 12f2aba

Please sign in to comment.