Skip to content

Commit

Permalink
+ foot
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Feb 29, 2024
1 parent 4092184 commit 5b0ce4a
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 49 deletions.
27 changes: 5 additions & 22 deletions flake.lock

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

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
nixpkgs-22.url = "github:NixOS/nixpkgs?rev=c91d0713ac476dfb367bbe12a7a048f6162f039c";
nixpkgs-dae.url = "github:NixOS/nixpkgs?rev=c43c81954dee4f0b383a6c4ee3f3c66384146d42";
nixpkgs-rebuild.url = "github:SuperSandro2000/nixpkgs?rev=449114c6240520433a650079c0b5440d9ecf6156";
niri.url = "github:sodiboo/niri-flake";
# niri.inputs.niri-src.url = "github:YaLTeR/niri";
Expand Down Expand Up @@ -137,7 +136,7 @@
url = "github:tadfisher/android-nixpkgs";
};
# path:/home/riro/Src/flake.nix
dae.url = "github:daeuniverse/flake.nix?rev=e16931c97e18eddd6a36b182687701cd6d03b284";
dae.url = "github:daeuniverse/flake.nix/exp";
# nixyDomains.url = "/home/elen/nixyDomains";
nixyDomains.url = "github:oluceps/nixyDomains";
nixyDomains.flake = false;
Expand Down
6 changes: 3 additions & 3 deletions home/programs/foot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
server.enable = false;
settings = {
main = {
font = "Maple Mono SC NF:size=15.5:style=Regular";
font = "Maple Mono SC NF:size=13.5:style=Regular";
dpi-aware = "yes";
term = "foot";
pad = "8x12";
Expand All @@ -14,8 +14,8 @@
};

colors = {
alpha = "0.85";
background = "35333c";
alpha = "0.9";
background = "0f0d0e";
bright0 = "a7a8bd";
bright1 = "f38ba8";
bright2 = "a6e3a1";
Expand Down
2 changes: 1 addition & 1 deletion home/programs/sway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"XF86AudioLowerVolume" = "exec pamixer -d 5";
"XF86MonBrightnessUp" = "exec brightnessctl set +3%";
"XF86MonBrightnessdown" = "exec brightnessctl set 3%-";
"${modifier}+Return" = "exec ${lib.getExe systemd-run-app} ${lib.getExe alacritty}";
"${modifier}+Return" = "exec ${lib.getExe systemd-run-app} ${lib.getExe foot}";
"${modifier}+d" = "exec ${lib.getExe fuzzel} ${fuzzelArgs}";
"${modifier}+space" = "floating toggle";
"${modifier}+Shift+space" = null;
Expand Down
2 changes: 1 addition & 1 deletion hosts/hastur/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"android-nixpkgs"
"agenix-rekey"
"misskey"
# "nixpkgs-wayland"
"nixpkgs-wayland"
]);
};
specialArgs = lib.base // {
Expand Down
2 changes: 1 addition & 1 deletion hosts/kaambl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"nuenv"
"android-nixpkgs"
"agenix-rekey"
"nixpkgs-wayland"
# "nixpkgs-wayland"
]) ++ (import ../../overlays.nix inputs);
};
specialArgs = lib.base // { inherit lib; user = "elen"; };
Expand Down
12 changes: 12 additions & 0 deletions hosts/kaambl/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@
(n: importService n)
) //
{

beesd.filesystems = {
os = {
spec = "/nix";
hashTableSizeMB = 512; # 256 *2 *2
verbosity = "crit";
extraOptions = [
"--loadavg-target"
"2.0"
];
};
};
snapy.instances = [
{
name = "persist";
Expand Down
2 changes: 1 addition & 1 deletion misc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ lib.mkMerge [
adb.enable = true;
mosh.enable = true;
nix-ld.enable = true;
command-not-found.enable = false;
command-not-found.enable = true;
steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
Expand Down
36 changes: 18 additions & 18 deletions overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,22 @@ let system = "x86_64-linux"; in [
# sha256 = "sha256-nYA8W7iabaepiIsxDrCkG/WIFNrVdubk/AtFhIvYJB8=";
# };
# });
# sway-unwrapped = inputs.;
sway-unwrapped = prev.callPackage "${inputs.RyanGibb}/pkgs/sway-im/package.nix" {
libdrm = final.libdrm;
wlroots = prev.callPackage "${inputs.RyanGibb}/pkgs/wlroots/default.nix" {
# for libdrm >=2.4.120
mesa = final.mesa;
wayland-protocols = prev.wayland-protocols.overrideAttrs (old: rec {
pname = "wayland-protocols";
version = "1.33";
src = prev.fetchurl {
url = "https://gitlab.freedesktop.org/wayland/${pname}/-/releases/${version}/downloads/${pname}-${version}.tar.xz";
hash = "sha256-lPDFCwkNbmGgP2IEhGexmrvoUb5OEa57NvZfi5jDljo=";
};
});
};
};
sway-unwrapped = inputs.nixpkgs-wayland.packages.${system}.sway-unwrapped;
# sway-unwrapped = prev.callPackage "${inputs.RyanGibb}/pkgs/sway-im/package.nix" {
# libdrm = final.libdrm;
# wlroots = prev.callPackage "${inputs.RyanGibb}/pkgs/wlroots/default.nix" {
# # for libdrm >=2.4.120
# mesa = final.mesa;
# wayland-protocols = prev.wayland-protocols.overrideAttrs (old: rec {
# pname = "wayland-protocols";
# version = "1.33";
# src = prev.fetchurl {
# url = "https://gitlab.freedesktop.org/wayland/${pname}/-/releases/${version}/downloads/${pname}-${version}.tar.xz";
# hash = "sha256-lPDFCwkNbmGgP2IEhGexmrvoUb5OEa57NvZfi5jDljo=";
# };
# });
# };
# };


# sway-unwrapped =
Expand Down Expand Up @@ -189,8 +189,8 @@ let system = "x86_64-linux"; in [
src = fetchFromGitHub {
owner = "daeuniverse";
repo = "dae";
rev = "8ee97eaab798401207ab3af2f9372b7ad9928518";
hash = "sha256-O59MaK0/kxjUZ/Wf1eyZJs921f1vxu5kFHIE0TG4Jrk=";
rev = "16dfabc93596d4036c0c8418789a7b114bf61619";
hash = "sha256-Ya/M0/bx8O50kqdHO14mPz56FfW4xXDu7rYLjlB3OZc=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 5b0ce4a

Please sign in to comment.