1
0
Fork 0

Compare commits

..

No commits in common. "6ffc1e1811cf2e181f4100fb4f3cecbedbf65f62" and "6884b634766597fd7faaf9adde1b842112f29d9f" have entirely different histories.

5 changed files with 11 additions and 19 deletions

12
flake.lock generated
View file

@ -170,11 +170,11 @@
]
},
"locked": {
"lastModified": 1720045378,
"narHash": "sha256-lmE7B+QXw7lWdBu5GQlUABSpzPk3YBb9VbV+IYK5djk=",
"lastModified": 1719677234,
"narHash": "sha256-qO9WZsj/0E6zcK4Ht1y/iJ8XfwbBzq7xdqhBh44OP/M=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0a30138c694ab3b048ac300794c2eb599dc40266",
"rev": "36317d4d38887f7629876b0e43c8d9593c5cc48d",
"type": "github"
},
"original": {
@ -206,11 +206,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1720031269,
"narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
"lastModified": 1719506693,
"narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
"rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a",
"type": "github"
},
"original": {

View file

@ -13,9 +13,6 @@
# Stylix - system-wide colorscheming and typography for NixOS
# See: https://github.com/danth/stylix
stylix.url = "github:danth/stylix";
# NixOS profiles to optimize settings for different hardware
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};
outputs = { self, nixpkgs, home-manager, stylix, ... }@inputs: {
@ -36,10 +33,6 @@
modules = [
stylix.nixosModules.stylix ./hosts/p14s/configuration.nix
# Model picked up from
# https://github.com/NixOS/nixos-hardware/blob/master/flake.nix
nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen2
# Home-Manager
#inputs.home-manager.nixosModules.default
home-manager.nixosModules.home-manager {

View file

@ -68,7 +68,7 @@
services.printing.enable = true;
# Enable sound with pipewire.
#sound.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
@ -121,7 +121,7 @@
# Temporarily allow certain unsafe packages
nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11" # 2024-06-16: EOL electron for logseq
#"electron-27.3.11" # 2024-06-16: EOL electron for logseq
"electron-28.3.3" # 2024-06-29: EOL electron for logseq
];

View file

@ -56,7 +56,7 @@
amfora # Gemini terminal browser
lagrange # Graphical Gemini client
linphone
#rustdesk
rustdesk
zoom-us
profanity # CLI XMPP client
element-desktop # GUI matrix client
@ -68,7 +68,6 @@
libreoffice-fresh
drawio
evince # PDF viewer
galculator
# Graphics
gimp
@ -97,7 +96,7 @@
# 3D Printing
freecad
openscad
#cura
cura
# Games
dosbox-staging

View file

@ -107,5 +107,5 @@
};
};
#sound.enable = true;
sound.enable = true;
}