Compare commits

...

4 commits

Author SHA1 Message Date
Natsu Kagami 11ea32d4a2
Typo on home settings 2024-11-15 23:20:34 +01:00
Natsu Kagami 2ceb27c5b2
Update osu 2024-11-15 23:20:34 +01:00
Natsu Kagami d80b12e7a9
Move home to use zen-browser 2024-11-15 23:20:34 +01:00
Natsu Kagami 689a6b061e
Change phanpy repo and update 2024-11-15 21:46:30 +01:00
4 changed files with 14 additions and 9 deletions

View file

@ -232,18 +232,18 @@
"nixpkgs": "nixpkgs_7"
},
"locked": {
"lastModified": 1728598146,
"narHash": "sha256-8zAvVSR3chBSJ7YKW+MYC1mrDxtZDFBPVobfO4KPXzg=",
"lastModified": 1731494335,
"narHash": "sha256-G1G2WRGgIOFNmlJglfqEupSg0VWHgODbBJzp5xo+cYY=",
"ref": "dtth-fork",
"rev": "fc6bd96aef92d7796d9c7663ac23e3fa837f8ddb",
"revCount": 3218,
"rev": "c414bb78f27b20df4463c36a5851c94cfe9c79b0",
"revCount": 3367,
"type": "git",
"url": "ssh://gitea@git.dtth.ch/nki/phanpy"
"url": "ssh://gitea@git.dtth.ch/nki-dtth/phanpy"
},
"original": {
"ref": "dtth-fork",
"type": "git",
"url": "ssh://gitea@git.dtth.ch/nki/phanpy"
"url": "ssh://gitea@git.dtth.ch/nki-dtth/phanpy"
}
},
"fenix": {

View file

@ -46,7 +46,7 @@
url = github:natsukagami/mpd-mpris;
inputs.nixpkgs.follows = "nixpkgs";
};
dtth-phanpy.url = "git+ssh://gitea@git.dtth.ch/nki/phanpy?ref=dtth-fork";
dtth-phanpy.url = "git+ssh://gitea@git.dtth.ch/nki-dtth/phanpy?ref=dtth-fork";
conduit.url = "gitlab:famedly/conduit/v0.9.0";
nix-gaming.url = github:fufexan/nix-gaming;

View file

@ -37,7 +37,12 @@
# Enable X11 configuration
linux.graphical.type = "wayland";
linux.graphical.wallpaper = ./images/pixiv_18776904.png;
linux.graphical.defaults.webBrowser = "librewolf.desktop";
linux.graphical.startup = with pkgs; [
zen-browser-bin
thunderbird
vesktop
];
linux.graphical.defaults.webBrowser = "zen.desktop";
programs.my-sway.enable = true;
programs.my-sway.fontSize = 15.0;
programs.my-sway.enableLaptopBars = false;

View file

@ -5,7 +5,7 @@ let
osu-pkg = with pkgs; with lib;
appimageTools.wrapType2 rec {
pname = "osu-lazer-bin";
version = "2024.1009.1";
version = "2024.1115.2";
src = fetchurl {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
sha256 = "sha256-2H2SPcUm/H/0D9BqBiTFvaCwd0c14/r+oWhyeZdNpoU=";