Skip to content

Commit

Permalink
remove useless attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Apr 24, 2023
1 parent 95507ee commit e41b063
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 21 deletions.
1 change: 0 additions & 1 deletion home-darwin/programs/git.nix

This file was deleted.

6 changes: 5 additions & 1 deletion home-desktop/programs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
{
chromium = {
enable = true;
commandLineArgs = [ "--enable-features=UseOzonePlatform" "-ozone-platform=wayland" "--gtk-version=4" ];
commandLineArgs = [
"--enable-features=UseOzonePlatform"
"-ozone-platform=wayland"
"--gtk-version=4"
];
};
obs-studio = {
enable = true;
Expand Down
6 changes: 0 additions & 6 deletions home-desktop/programs/git.nix

This file was deleted.

1 change: 0 additions & 1 deletion home-desktop/wayland/windowManager/sway.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ config
, pkgs
, ...
}: {
enable = true;
package = pkgs.sway-unwrapped;
Expand Down
4 changes: 1 addition & 3 deletions home/home/packages.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{ lib
, pkgs
}:
{ pkgs }:
with pkgs;
[
nil
Expand Down
1 change: 0 additions & 1 deletion home/programs/alacritty.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{ ... }:
{
enable = true;
settings = {
Expand Down
1 change: 0 additions & 1 deletion home/programs/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{ pkgs }:
{
exa = {
enable = true;
Expand Down
5 changes: 2 additions & 3 deletions home/programs/fish.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ pkgs
, ...
}: {
{ pkgs }:
{
enable = true;
shellAliases = {
vinix = "vim ~/nixos";
Expand Down
9 changes: 6 additions & 3 deletions home/programs/git.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{ username
, ...
}:
{ username }:
{
enable = true;
delta.enable = true;
userEmail = "[email protected]";
userName = username;

signing = {
signByDefault = true;
key = "939EF8A5CED87F505BB5B2D024BC27385F70234F";
};
}
1 change: 0 additions & 1 deletion home/programs/ssh.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{ ... }:
{
enable = true;
matchBlocks."github.com" = {
Expand Down

0 comments on commit e41b063

Please sign in to comment.