Skip to content

Commit

Permalink
[chore]: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Jan 2, 2024
1 parent 0043d93 commit a0e3d9e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 24 deletions.
6 changes: 1 addition & 5 deletions home/modules/programs/git.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
home.packages = with pkgs; [
zsh-forgit
gitflow
Expand Down
1 change: 0 additions & 1 deletion home/modules/programs/gtk.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
config,
lib,
pkgs,
...
}: {
Expand Down
2 changes: 1 addition & 1 deletion home/modules/programs/kitty.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{...}: {
programs.kitty = {
enable = true;
shellIntegration.enableZshIntegration = true;
Expand Down
6 changes: 1 addition & 5 deletions home/modules/programs/xdg.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
config,
pkgs,
...
}: let
{config, ...}: let
browser = ["firefox"];

associations = {
Expand Down
2 changes: 1 addition & 1 deletion home/modules/windowManager/hyprland/config/binds.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let
{...}: let
screenshotarea = "hyprctl keyword animation 'fadeOut,0,0,default'; grimblast --notify copysave area; hyprctl keyword animation 'fadeOut,1,4,default'";

workspaces = builtins.concatLists (builtins.genList (
Expand Down
2 changes: 1 addition & 1 deletion home/modules/windowManager/hyprland/config/rules.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{...}: {
wayland.windowManager.hyprland.settings = {
layerrule = [
"blur, ^(gtk-layer-shell)$"
Expand Down
6 changes: 1 addition & 5 deletions home/modules/windowManager/hyprland/programs/wofi.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
config,
pkgs,
...
}: {
{...}: {
programs.wofi = {
enable = true;
settings = {
Expand Down
6 changes: 1 addition & 5 deletions modules/network.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
pkgs,
lib,
...
}: {
{pkgs, ...}: {
environment.systemPackages = with pkgs; [speedtest-cli bandwhich];

networking = {
Expand Down

0 comments on commit a0e3d9e

Please sign in to comment.