Commit 9fd2163f66b7

Vincent Demeester <vincent@sbr.pm>
2025-06-20 14:44:41
chore: cleanup some commented code
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2aa2773
Changed files (5)
home
common
pkgs
systems
home/common/shell/tmux.nix
@@ -3,15 +3,13 @@
 {
   programs.tmux = {
     enable = true;
-    #sensibleOnTop = true;
-    #aggressiveResize = true;
+
     clock24 = true;
     escapeTime = 0;
     newSession = true;
-    #plugins = with pkgs.tmuxPlugins; [ prefix-highlight ];
-    #secureSocket = false;
+
     terminal = "tmux-256color";
-    #historyLimit = 30000;
+
     extraConfig = ''
       source-file ${config.xdg.configHome}/tmux/tmux.conf
     '';
pkgs/manifest-tool/default.nix
@@ -8,7 +8,6 @@ buildGoModule rec {
   name = "manifest-tool-${version}";
   version = "2.0.0";
   rev = "v${version}";
-  # rev = "bae5531170d45955c2d72d1b29d77ce1b0c9dedb";
 
   subPackages = [ "cmd/manifest-tool" ];
   modRoot = "./v2";
pkgs/default.nix
@@ -35,13 +35,5 @@ in
       sha256 = "09aprlawi3m7qrdas3zlk52niap2sr741qzfpjwc2c22hrlyv8ng";
     };
   };
-  # dired-plus = compileEmacsFiles {
-  #   name = "dired-plus";
-  #   src = pkgs.fetchFromGitHub {
-  #     owner = "emacsmirror";
-  #     repo = "dired-plus";
-  #     rev = "db4d82a6b1995a3aa31bd7f2dcaf9b83335d5576";
-  #     sha256 = "10rfjf6gn5cx1kxq97xq7p24rnkw0hnzj32x4hny7bc6s3635d3x";
-  #   };
-  # };
+
 }
systems/kyushu/extra.nix
@@ -12,7 +12,6 @@
     ../common/programs/git.nix
     ../common/programs/tmux.nix
     ../common/services/networkmanager.nix
-    # ../common/services/fprint.nix # With yubikey I don't really need this to be honest
     ../common/services/containers.nix
     ../common/services/docker.nix
     ../common/services/lxd.nix
flake.nix
@@ -302,7 +302,5 @@
     nix-github-actions.url = "github:nix-community/nix-github-actions";
     nix-github-actions.inputs.nixpkgs.follows = "nixpkgs";
 
-    # nix-system-graphics.url = "github:soupglasses/nix-system-graphics";
-    # nix-system-graphics.inputs.nixpkgs.follows = "nixpkgs";
   };
 }