Skip to content

Commit

Permalink
flake check passed
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Jun 5, 2024
1 parent c1ca29b commit 934c21e
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 36 deletions.
62 changes: 31 additions & 31 deletions flake.lock

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

4 changes: 4 additions & 0 deletions home/configurations/bruce_at_chestnut.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
}: {
_file = ./bruce_at_chestnut.nix;

imports = [
./chestnut_config.nix
];

config = {
home.packages = builtins.attrValues {
inherit (pkgs) neovim;
Expand Down
30 changes: 30 additions & 0 deletions home/configurations/chestnut_config.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
pkgs,
# inputs,
...
}: {
display = {
enable = true;

monitors = {
main = {
name = "eDP-1";
wallpaper = ../../wallpapers/Kanagawa.jpg;
width = 2560;
height = 1600;
};
};

keyboards = [
"logitech-g915-tkl-lightspeed-wireless-rgb-mechanical-gaming-keyboard"
"logitech-usb-receiver-keyboard"
];
mouseSensitivity = 0.00;

screenshotKeybinds = {
active = ", XF86LaunchA";
area = "SHIFT, XF86LaunchA";
# all = ", XF86LaunchB";
};
};
}
3 changes: 1 addition & 2 deletions home/modules/anyrun/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{self, ...} @ inputs: {pkgs, ...}: {

programs.anyrun = let
programs.anyrun = let
debug = builtins.trace "anyrun package inputs: " inputs;
in {
enable = true;
Expand Down
1 change: 0 additions & 1 deletion home/modules/wayland/eww/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
lib,
...
}: {

config = lib.mkIf config.programs.eww.enable {
home.packages = with pkgs; [
(inputs.eww.packages.${pkgs.system}.eww-wayland.overrideAttrs (old: {
Expand Down
1 change: 0 additions & 1 deletion home/modules/wayland/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ in {
size = 24;
};
in {

home.packages = with pkgs;
with inputs.hyprcontrib.packages.${pkgs.system};
with inputs.shadower.packages.${pkgs.system}; [
Expand Down
1 change: 0 additions & 1 deletion parts/home_configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
inputs,
config,
lib,
npins,
...
}: let
cfg = config.bw.homeConfigurations;
Expand Down
Binary file added wallpapers/Kanagawa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 934c21e

Please sign in to comment.