Compare commits

..

No commits in common. "3218423f6b9acc95bdfdffb5c29938676dddaadb" and "d770575ff9092d5efaccc4851fe34ce4dcdba980" have entirely different histories.

4 changed files with 17 additions and 19 deletions

View file

@ -72,11 +72,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1701407251, "lastModified": 1701223272,
"narHash": "sha256-HO4T2BqUpWR7GiiJHgMqI3vv0IBYABi+l85chaQ4SP8=", "narHash": "sha256-LK+xBFZgi1tbhVErtHFHBmF71x84amnxNmmL/cTKjo4=",
"owner": "helix-editor", "owner": "helix-editor",
"repo": "helix", "repo": "helix",
"rev": "86023cf1e6c9ab12446061e40c838335c5790979", "rev": "0c81ef73e17a3d45cd6240fd5933ad99b3a60d01",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -93,11 +93,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1701433070, "lastModified": 1701071203,
"narHash": "sha256-Gf9JStfENaUQ7YWFz3V7x/srIwr4nlnVteqaAxtwpgM=", "narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "4a8545f5e737a6338814a4676dc8e18c7f43fc57", "rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -108,11 +108,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1701250978, "lastModified": 1701020860,
"narHash": "sha256-ohu3cz4edjpGxs2qUTgbs0WrnewOX4crnUJNEB6Jox4=", "narHash": "sha256-NwnRn04C8s+hH+KdVtGmVB1FFNIG7DtPJmQSCBDaET4=",
"owner": "NixOs", "owner": "NixOs",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "8772491ed75f150f02552c60694e1beff9f46013", "rev": "b006ec52fce23b1d57f6ab4a42d7400732e9a0a2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -140,11 +140,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1701253981, "lastModified": 1701068326,
"narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", "narHash": "sha256-vmMceA+q6hG1yrjb+MP8T0YFDQIrW3bl45e7z24IEts=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", "rev": "8cfef6986adfb599ba379ae53c9f5631ecd2fd9c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -156,11 +156,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1701481147, "lastModified": 1701229502,
"narHash": "sha256-i9g1rAJaOHrItYljz1UFITzpaTesndHWO1xaKIzBklo=", "narHash": "sha256-Nra5mV5mJKDYowy6OzPm7F10Nl4UPT4GDfXlb0yQt28=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "8eaf6595fc3c0681509a33ed08f74cbf1438e8ae", "rev": "f842b9130e824053881c6aa79b91981b64608cdb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -101,6 +101,7 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
vim vim
xournalpp
exfat exfat
encfs encfs
ntfs3g ntfs3g

View file

@ -20,7 +20,6 @@
java-language-server java-language-server
texlab texlab
tectonic tectonic
lua-language-server
zathura zathura
]; ];
settings = { settings = {

View file

@ -14,10 +14,8 @@
]; ];
packages = with pkgs; [ packages = with pkgs; [
mpv mpv
nextcloud-client
xournalpp
cardinal
tor-browser tor-browser
xournal
discord discord
neovim neovim
libreoffice libreoffice