Skip to content

Commit

Permalink
Remove unecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Aug 23, 2023
1 parent 8edafa5 commit 7b3da75
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 25 deletions.
2 changes: 1 addition & 1 deletion config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
nixpkgs = {
config.allowUnfree = true;
overlays = [
(self: super: {
(_: super: {
nix-direnv = super.nix-direnv.override {
enableFlakes = true;
};
Expand Down
12 changes: 0 additions & 12 deletions config/github_runner.nix

This file was deleted.

2 changes: 1 addition & 1 deletion hardware/bacon.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
Expand Down
2 changes: 1 addition & 1 deletion hardware/sigmachine.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
Expand Down
2 changes: 1 addition & 1 deletion home/betterlockscreen/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
services.betterlockscreen = {
enable = true;
Expand Down
4 changes: 1 addition & 3 deletions home/btop/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
pkgs.btop
];
home.packages = with pkgs; [ btop ];

home.file.btop_config = {
source = ./btop.conf;
Expand Down
2 changes: 1 addition & 1 deletion home/extra_files.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
home.file = {
xinitrc = {
Expand Down
2 changes: 1 addition & 1 deletion home/firefox/extra_policies.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
extraPolicies = {
CaptivePortal = false;
Expand Down
2 changes: 1 addition & 1 deletion home/flameshot.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
services.flameshot = {
enable = true;
Expand Down
2 changes: 1 addition & 1 deletion home/kitty.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
programs.kitty = {
enable = true;
Expand Down
2 changes: 1 addition & 1 deletion home/neofetch/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
home.file.neofetch_config = {
source = ./config.conf;
Expand Down
2 changes: 1 addition & 1 deletion home/picom/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
home.file.picom_config = {
source = ./picom.conf;
Expand Down

0 comments on commit 7b3da75

Please sign in to comment.