Compare commits

..

No commits in common. "6dd50a4c299707e4a9ace6980a197163de829785" and "442fc7886981e8dbebd3d97b5a1b3e375505eed9" have entirely different histories.

4 changed files with 12 additions and 20 deletions

View file

@ -9,11 +9,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1699070557, "lastModified": 1698873480,
"narHash": "sha256-PXP+kzgKCnn6h5S8HP1rsDmfZLW8sxR3SSa1bPlz63A=", "narHash": "sha256-FXrGnV4Ml0oo1WSNxwufRL+/oeo62QZoc/vG/uocAEs=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "1cc05065f3f2d2dbf7b099a232da4c7cfc77ee76", "rev": "7e5f7f04a593676b7395c57d358613b857adab40",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -40,11 +40,11 @@
}, },
"hardware": { "hardware": {
"locked": { "locked": {
"lastModified": 1699044561, "lastModified": 1698853384,
"narHash": "sha256-3uHmbq74CicpBPP40a6NHp830S7Rvh33uFgfIIC+7nw=", "narHash": "sha256-/FQ2WeCjdjdNo9eGTO7JruGAjO2Ccime8y1OU4/Aesk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "87f8403371fa74d9ad21ed677403cc235f37b96c", "rev": "11d50c5d52472ed40d3cb109daad03c836d2b328",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -76,11 +76,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1699110214, "lastModified": 1698846319,
"narHash": "sha256-L2TU4RgtiqF69W8Gacg2jEkEYJrW+Kp0Mp4plwQh5b8=", "narHash": "sha256-4jyW/dqFBVpWFnhl0nvP6EN4lP7/ZqPxYRjl6var0Oc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "78f3a4ae19f0e99d5323dd2e3853916b8ee4afee", "rev": "34bdaaf1f0b7fb6d9091472edc968ff10a8c2857",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -92,11 +92,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1698924604, "lastModified": 1698611440,
"narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=", "narHash": "sha256-jPjHjrerhYDy3q9+s5EAsuhyhuknNfowY6yt6pjn9pc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40", "rev": "0cbe9f69c234a7700596e943bfae7ef27a31b735",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -18,12 +18,10 @@
jq # JSON pretty printer and manipulator jq # JSON pretty printer and manipulator
mtr # Better traceroute mtr # Better traceroute
nmap # Network scanner nmap # Network scanner
nodejs # Node js
nodePackages.npm # Node package manager nodePackages.npm # Node package manager
powershell # Powershell powershell # Powershell
pssh # Parallel SSH pssh # Parallel SSH
python3 # Python 3 python3 # Python 3
tldr # TLDR pages tldr # TLDR pages
unzip # zip-unzip it
]; ];
} }

View file

@ -1,5 +0,0 @@
{ pkgs, inputs, outputs, lib, ... }: {
home.packages = with pkgs; [
google-chrome-beta
];
}

View file

@ -3,7 +3,6 @@
./global ./global
./features/cli/extras ./features/cli/extras
./features/desktop ./features/desktop
./features/desktop/chrome.nix
]; ];
# packages # packages