Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed May 26, 2024
1 parent 75067b4 commit 8237602
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 15 deletions.
1 change: 0 additions & 1 deletion intel-nuc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ todo debug autosstart with fcast-receeiver -> fuck it
todo refactor barrier autostart into nix config
todo clean home dir auf intel nuc

remove nur
in general clean dependencies
1 change: 0 additions & 1 deletion intel-nuc/config/home-manager/autostart.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{ pkgs, ... }:
[
{
command = "firefox";
Expand Down
3 changes: 0 additions & 3 deletions intel-nuc/config/home-manager/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{ config, pkgs, ... }:


{
imports = [
./home.nix
Expand Down
4 changes: 2 additions & 2 deletions intel-nuc/config/home-manager/home.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:

let
mod = "Mod4";
Expand Down Expand Up @@ -28,7 +28,7 @@ programs.i3status-rust = {
xsession.windowManager.i3 = {
enable = true;
config = {
startup = import ./autostart.nix pkgs;
startup = import ./autostart.nix;


bars = [
Expand Down
3 changes: 0 additions & 3 deletions intel-nuc/config/nixos/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{ config, pkgs, ... }:


{

nix.settings.experimental-features = [ "nix-command flakes" ];
Expand Down
2 changes: 1 addition & 1 deletion intel-nuc/config/nixos/misc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).

{ config, pkgs, ... }:
{ pkgs, ... }:

{

Expand Down
2 changes: 0 additions & 2 deletions intel-nuc/config/nixos/users.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{ config, pkgs, ... }:

{
users.users.user = {
isNormalUser = true;
Expand Down
2 changes: 0 additions & 2 deletions intel-nuc/config/nixos/xfce.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{ config, lib, pkgs, modulesPath, ... }:

# reference:
# https://git.sr.ht/~wrmilling/nixos-configuration/tree/30f603e2954c07b743037cdb9f2b30bc073091cc/item/hosts/common/modules/i3wm.nix
let
Expand Down

0 comments on commit 8237602

Please sign in to comment.